using Foundation; namespace Microsoft.ML.OnnxRuntime.Tests.MAUI { [Register("AppDelegate")] public class AppDelegate : MauiUIApplicationDelegate { protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); } }