Files
IGP-Fan-Reference/Device/Platforms/iOS/AppDelegate.cs
T

9 lines
202 B
C#

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