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