Neighbourhood.omg.lol/Platforms/MacCatalyst/AppDelegate.cs

9 lines
226 B
C#
Raw Normal View History

2024-05-30 01:06:08 +00:00
using Foundation;
namespace Neighbourhood.omg.lol {
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate {
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}