summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs')
-rw-r--r--Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs9
1 files changed, 1 insertions, 8 deletions
diff --git a/Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs b/Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs
index 010319ba..38aae375 100644
--- a/Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs
+++ b/Xamarin.Forms.Platform.iOS/Cells/ImageCellRenderer.cs
@@ -1,14 +1,7 @@
using System.ComponentModel;
using System.Threading.Tasks;
-using Xamarin.Forms.Internals;
-#if __UNIFIED__
-using UIKit;
using Foundation;
-
-#else
-using MonoTouch.UIKit;
-using MonoTouch.Foundation;
-#endif
+using UIKit;
namespace Xamarin.Forms.Platform.iOS
{