//go:build ios #ifndef application_ios_delegate_h #define application_ios_delegate_h #import @class WailsViewController; @interface WailsAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (nonatomic, strong) NSMutableArray *viewControllers; @end #endif /* application_ios_delegate_h */