1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-02-07 22:35:42 +08:00
TrollStore/TrollHelper/TSHRootViewController.h

8 lines
132 B
C
Raw Normal View History

#import <TSListControllerShared.h>
@interface TSHRootViewController : TSListControllerShared
{
NSString* _newerVersion;
}
@end