summaryrefslogtreecommitdiff
path: root/tests/projects/objc/metal_app/Application/AAPLAppDelegate.h
blob: a4e4a7fefc560b6769e88fb919d99957c2628ca7 (plain)
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