1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* See LICENSE folder for this sample’s licensing information. Abstract: Header for our iOS & tvOS application delegate */ #import <UIKit/UIKit.h> @interface AAPLAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end