summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs b/Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs
index ed7ddc10..d93ec5c1 100644
--- a/Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs
+++ b/Xamarin.Forms.Platform.iOS/Cells/SwitchCellRenderer.cs
@@ -1,13 +1,8 @@
using System;
using System.ComponentModel;
using System.Drawing;
-#if __UNIFIED__
using UIKit;
-#else
-using MonoTouch.UIKit;
-#endif
-
namespace Xamarin.Forms.Platform.iOS
{
public class SwitchCellRenderer : CellRenderer