10 lines
202 B
C#
Raw Normal View History

2023-11-09 13:01:58 +05:30
using Foundation;
namespace firebase;
[Register("AppDelegate")]
public class AppDelegate : MauiUIApplicationDelegate
{
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
}