mirror of
https://github.com/opa334/TrollStore.git
synced 2024-12-04 15:00:39 +08:00
6 lines
94 B
C
6 lines
94 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface TSAppDelegate : UIResponder <UIApplicationDelegate>
|
||
|
|
||
|
@end
|