mirror of
https://github.com/opa334/TrollStore.git
synced 2025-02-07 22:35:42 +08:00
7 lines
224 B
C
7 lines
224 B
C
![]() |
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface TSI2AppDelegateNoScene : UIResponder <UIApplicationDelegate>
|
||
|
@property (nonatomic, strong) UIWindow *window;
|
||
|
@property (nonatomic, strong) UINavigationController *rootViewController;
|
||
|
@end
|