tiny server.
This commit is contained in:
10
App/Platforms/iOS/AppDelegate.cs
Normal file
10
App/Platforms/iOS/AppDelegate.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Foundation;
|
||||
|
||||
namespace Blahblah.FlowerStory
|
||||
{
|
||||
[Register("AppDelegate")]
|
||||
public class AppDelegate : MauiUIApplicationDelegate
|
||||
{
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user