1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-03-12 08:36:39 +08:00
TrollStore/TrollHelper/TSHAppDelegateNoScene.h

6 lines
222 B
C
Raw Normal View History

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