mirror of https://github.com/opa334/TrollStore.git
8 lines
142 B
C
8 lines
142 B
C
|
#import "../Store/TSListControllerShared.h"
|
||
|
|
||
|
@interface TSI2RootViewController : TSListControllerShared
|
||
|
{
|
||
|
NSString* _newerVersion;
|
||
|
}
|
||
|
@end
|