summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs b/Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs
index e819519a..4e6601ef 100644
--- a/Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs
+++ b/Xamarin.Forms.Platform.iOS/NativeViewPropertyListener.cs
@@ -2,12 +2,7 @@ using System;
using System.ComponentModel;
using Foundation;
-#if __MOBILE__
namespace Xamarin.Forms.Platform.iOS
-#else
-
-namespace Xamarin.Forms.Platform.MacOS
-#endif
{
class NativeViewPropertyListener : NSObject, INotifyPropertyChanged
{
@@ -28,4 +23,4 @@ namespace Xamarin.Forms.Platform.MacOS
base.ObserveValue(keyPath, ofObject, change, context);
}
}
-} \ No newline at end of file
+}