remade into 1 project

This commit is contained in:
2026-03-14 18:33:38 -04:00
parent ee37ddf2b8
commit eb927b3038
75 changed files with 2020 additions and 1981 deletions

View File

@@ -1,15 +0,0 @@
using ObjCRuntime;
using UIKit;
namespace RelayClient;
public class Program
{
// This is the main entry point of the application.
static void Main(string[] args)
{
// if you want to use a different Application Delegate class from "AppDelegate"
// you can specify it here.
UIApplication.Main(args, null, typeof(AppDelegate));
}
}