autosos-maui/Platforms/iOS/AppDelegate.cs

9 lines
208 B
C#
Raw Normal View History

2023-12-28 17:29:36 +08:00
using Foundation;
namespace autosos_maui;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}