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