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