Play-/Source/ui_ios/AppDelegate.h
2018-04-30 21:01:23 +01:00

8 lines
140 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property(strong, nonatomic) UIWindow* window;
@end