Files
DiunaBI/DiunaBI.UI.Mobile/Platforms/iOS/AppDelegate.cs

9 lines
213 B
C#
Raw Normal View History

2025-11-23 15:01:15 +01:00
using Foundation;
namespace DiunaBI.UI.Mobile;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}