summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WP8/PlatformEffect.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WP8/PlatformEffect.cs')
-rw-r--r--Xamarin.Forms.Platform.WP8/PlatformEffect.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WP8/PlatformEffect.cs b/Xamarin.Forms.Platform.WP8/PlatformEffect.cs
new file mode 100644
index 00000000..3ee0f416
--- /dev/null
+++ b/Xamarin.Forms.Platform.WP8/PlatformEffect.cs
@@ -0,0 +1,8 @@
+using System.Windows;
+
+namespace Xamarin.Forms.Platform.WinPhone
+{
+ public abstract class PlatformEffect : PlatformEffect<FrameworkElement, FrameworkElement>
+ {
+ }
+} \ No newline at end of file