TrollStore/Installer/TrollInstaller2/TSI2SceneDelegate.h

6 lines
219 B
C
Raw Normal View History

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