2023-05-18 12:37:05 +08:00

10 lines
238 B
C#

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