using Avalonia.iOS; using Foundation; using UIKit; namespace ControlCatalog.iOS.Legacy { // The UIApplicationDelegate for the application. This class is responsible for launching the // User Interface of the application, as well as listening (and optionally responding) to // application events from iOS. [Register("AppDelegate")] public partial class AppDelegate : AvaloniaAppDelegate { } }