mirror of
https://github.com/opa334/TrollStore.git
synced 2025-03-11 08:06:39 +08:00
6 lines
222 B
Objective-C
6 lines
222 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TSHAppDelegateNoScene : UIResponder <UIApplicationDelegate>
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
@property (nonatomic, strong) UINavigationController *rootViewController;
|
|
@end |