summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/PlatformEffect.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/PlatformEffect.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/PlatformEffect.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.iOS/PlatformEffect.cs b/Xamarin.Forms.Platform.iOS/PlatformEffect.cs
new file mode 100644
index 00000000..436ef6d7
--- /dev/null
+++ b/Xamarin.Forms.Platform.iOS/PlatformEffect.cs
@@ -0,0 +1,14 @@
+using System.ComponentModel;
+#if __UNIFIED__
+using UIKit;
+
+#else
+using MonoTouch.UIKit;
+#endif
+
+namespace Xamarin.Forms.Platform.iOS
+{
+ public abstract class PlatformEffect : PlatformEffect<UIView, UIView>
+ {
+ }
+} \ No newline at end of file