TrollStore/Installer/TrollInstaller2/TSI2RootViewController.h
2022-10-07 14:52:42 +02:00

8 lines
145 B
Objective-C

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