using Avalonia.iOS; namespace NativeEmbedSample.iOS; [Register("AppDelegate")] public partial class AppDelegate : AvaloniaAppDelegate { }