summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs b/Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs
deleted file mode 100644
index 80f409cc..00000000
--- a/Xamarin.Forms.Platform.MacOS/Renderers/NSPageContainer.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using Foundation;
-
-namespace Xamarin.Forms.Platform.MacOS
-{
- internal class NSPageContainer : NSObject
- {
- public NSPageContainer(Page element, int index)
- {
- Page = element;
- Index = index;
- }
-
- public Page Page { get; }
-
- public int Index { get; set; }
- }
-} \ No newline at end of file