mirror of
https://github.com/opa334/TrollStore.git
synced 2025-02-07 22:35:42 +08:00
6 lines
94 B
Objective-C
6 lines
94 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TSAppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@end
|