File: Platform\GestureManager\GesturePlatformManager.Standard.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
using System;
 
namespace Microsoft.Maui.Controls.Platform
{
	class GesturePlatformManager : IDisposable
	{
		public GesturePlatformManager(IViewHandler handler)
		{
		}
 
		public void Dispose()
		{
		}
	}
}