@@ -1,9 +1,5 @@
using System;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using Avalonia.Media;
using Avalonia.Platform;
using SkiaSharp;
@@ -1,11 +1,10 @@
-
// TODO: I'm not sure the best way to bring in the platform specific rendering
-//
+
#if __IOS__
using CoreGraphics;
using UIKit;