mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 13:35:41 +08:00
8 lines
145 B
Objective-C
8 lines
145 B
Objective-C
#import "../../Store/TSListControllerShared.h"
|
|
|
|
@interface TSI2RootViewController : TSListControllerShared
|
|
{
|
|
NSString* _newerVersion;
|
|
}
|
|
@end
|