1
0
mirror of https://github.com/opa334/TrollStore.git synced 2024-12-04 15:00:39 +08:00
TrollStore/TrollInstaller2/TSI2RootViewController.h

8 lines
142 B
C
Raw Normal View History

#import "../Store/TSListControllerShared.h"
@interface TSI2RootViewController : TSListControllerShared
{
NSString* _newerVersion;
}
@end