1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 05:25:41 +08:00
TrollStore/PersistenceHelper/TSPHAppDelegate.h
2022-09-02 17:19:48 +02:00

9 lines
219 B
Objective-C

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