/* See LICENSE folder for this sample’s licensing information. Abstract: Header for our iOS & tvOS application delegate */ #import @interface AAPLAppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end