LSFE/LSFE.MobApp/Platforms/iOS/AppDelegate.cs
2026-07-30 10:31:04 +08:00

11 lines
230 B
C#

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