mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 05:25:41 +08:00
8 lines
132 B
Objective-C
8 lines
132 B
Objective-C
#import <TSListControllerShared.h>
|
|
|
|
@interface TSHRootViewController : TSListControllerShared
|
|
{
|
|
NSString* _newerVersion;
|
|
}
|
|
@end
|