1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 21:45:42 +08:00
TrollStore/Installer/TrollInstaller2/TSI2RootViewController.h

8 lines
145 B
C
Raw Normal View History

2022-10-07 20:52:42 +08:00
#import "../../Store/TSListControllerShared.h"
@interface TSI2RootViewController : TSListControllerShared
{
NSString* _newerVersion;
}
@end