TrollStore/TrollStore/TSSettingsListController.h

9 lines
220 B
Objective-C

#import "TSListControllerShared.h"
@interface TSSettingsListController : TSListControllerShared
{
PSSpecifier* _installPersistenceHelperSpecifier;
NSString* _newerVersion;
NSString* _newerLdidVersion;
}
@end