summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/PlatformEffect.cs
blob: cd2991eb8e30030f74fb88a3a9ca73ae9775ae8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using Windows.UI.Xaml;

#if WINDOWS_UWP

namespace Xamarin.Forms.Platform.UWP
#else

namespace Xamarin.Forms.Platform.WinRT
#endif
{
	public abstract class PlatformEffect : PlatformEffect<FrameworkElement, FrameworkElement>
	{
	}
}