Play-/Source/ui_ios/AppDelegate.h

8 lines
140 B
C
Raw Permalink Normal View History

2015-05-31 22:59:11 -04:00
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2018-04-30 21:01:23 +01:00
@property(strong, nonatomic) UIWindow* window;
2015-05-31 22:59:11 -04:00
@end