summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/PlatformEffect.cs
blob: 3ee0f416e1c39e907199d716fa4d4403fdd8ab6d (plain)
1
2
3
4
5
6
7
8
using System.Windows;

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