mirror of https://github.com/opa334/TrollStore.git
9 lines
219 B
C
9 lines
219 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface TSPHAppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@property (nonatomic, strong) UIWindow *window;
|
||
|
@property (nonatomic, strong) UINavigationController *rootViewController;
|
||
|
|
||
|
@end
|