RBLNews/RBLNews.Maui/Platforms/iOS/AppDelegate.cs
2024-09-06 12:09:49 +02:00

11 lines
231 B
C#

using Foundation;
namespace RBLNews.Maui
{
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}
}