mirror of
https://github.com/opa334/TrollStore.git
synced 2026-01-12 08:02:23 +08:00
10 lines
246 B
Objective-C
10 lines
246 B
Objective-C
#import "TSListControllerShared.h"
|
|
|
|
@interface TSSettingsListController : TSListControllerShared
|
|
{
|
|
PSSpecifier* _installPersistenceHelperSpecifier;
|
|
NSString* _newerVersion;
|
|
NSString* _newerLdidVersion;
|
|
BOOL _devModeEnabled;
|
|
}
|
|
@end |