mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
9 lines
142 B
C
9 lines
142 B
C
![]() |
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@property (strong, nonatomic) UIWindow *window;
|
||
|
|
||
|
@end
|
||
|
|