WIP: Add iOS version #10

Draft
Deadpikle wants to merge 67 commits from feature/ios into main
4 changed files with 1 additions and 27 deletions
Showing only changes of commit c3d6c0c846 - Show all commits
@@ -1,22 +1,4 @@
#nullable enable
using System;
using System.Collections.ObjectModel;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Avalonia.Platform.Storage;
using Avalonia.Themes.Fluent;
using DialogHostAvalonia;
using ImageMagick;
using MigraDoc.DocumentObjectModel;
using MigraDoc.Rendering;
using PdfSharp.Fonts;
using PdfSharp.Pdf.IO;
using PdfSharp.Snippets.Font;
using MayShow.Interfaces;
using MayShow.Models;
namespace MayShow.ViewModels;
@@ -1,9 +1,5 @@
using Avalonia.Controls;
using MayShow.Helpers;
using MayShow.Helpers;
using MayShow.Interfaces;
using System;
using System.Collections.Generic;
using System.Text;
namespace MayShow.ViewModels;
@@ -1,5 +1,3 @@
#nullable enable
using DialogHostAvalonia;
using MayShow.Helpers;
@@ -1,5 +1,3 @@
#nullable enable
using System;
using System.Collections.ObjectModel;
using System.IO;