Play-/Source/ui_ios/AppDelegate.h

9 lines
142 B
C
Raw Normal View History

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