summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT/IWrapperAware.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT/IWrapperAware.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs b/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs
new file mode 100644
index 00000000..aff90133
--- /dev/null
+++ b/Xamarin.Forms.Platform.WinRT/IWrapperAware.cs
@@ -0,0 +1,14 @@
+
+#if WINDOWS_UWP
+
+namespace Xamarin.Forms.Platform.UWP
+#else
+
+namespace Xamarin.Forms.Platform.WinRT
+#endif
+{
+ internal interface IWrapperAware
+ {
+ void NotifyWrapped();
+ }
+} \ No newline at end of file