summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/PlatformEffect.cs
blob: 6830b72266394b1f5ae7def2bb18f859b8208ec6 (plain)
1
2
3
4
5
6
7
8
9
using Android.Views;
using AView = Android.Views.View;

namespace Xamarin.Forms.Platform.Android
{
	public abstract class PlatformEffect : PlatformEffect<ViewGroup, AView>
	{
	}
}