mirror of
https://github.com/opa334/TrollStore.git
synced 2025-05-24 03:23:38 +08:00
9 lines
220 B
Objective-C
9 lines
220 B
Objective-C
#import "TSListControllerShared.h"
|
|
|
|
@interface TSSettingsListController : TSListControllerShared
|
|
{
|
|
PSSpecifier* _installPersistenceHelperSpecifier;
|
|
NSString* _newerVersion;
|
|
NSString* _newerLdidVersion;
|
|
}
|
|
@end |