Neighbourhood.omg.lol/Platforms/iOS/AppDelegate.cs
2024-05-30 11:06:08 +10:00

8 lines
226 B
C#

using Foundation;
namespace Neighbourhood.omg.lol {
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate {
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}