HegreHotel/Platforms/iOS/AppDelegate.cs

9 lines
206 B
C#
Raw Normal View History

2025-01-16 15:22:30 +01:00
using Foundation;
namespace HegreHotel;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}