summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/PlatformEffect.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Android/PlatformEffect.cs')
-rw-r--r--Xamarin.Forms.Platform.Android/PlatformEffect.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/PlatformEffect.cs b/Xamarin.Forms.Platform.Android/PlatformEffect.cs
new file mode 100644
index 00000000..6830b722
--- /dev/null
+++ b/Xamarin.Forms.Platform.Android/PlatformEffect.cs
@@ -0,0 +1,9 @@
+using Android.Views;
+using AView = Android.Views.View;
+
+namespace Xamarin.Forms.Platform.Android
+{
+ public abstract class PlatformEffect : PlatformEffect<ViewGroup, AView>
+ {
+ }
+} \ No newline at end of file