2023-07-19 21:01:19 +08:00

9 lines
214 B
C#

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