Files
wgu-c971/WguApp/Platforms/iOS/AppDelegate.cs
2025-11-25 23:26:56 -06:00

9 lines
202 B
C#

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