TrollStore/TrollHelper/TSHRootViewController.h

8 lines
132 B
C
Raw Normal View History

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