mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 13:35:41 +08:00
9 lines
238 B
Objective-C
9 lines
238 B
Objective-C
#import <Preferences/PSListController.h>
|
|
#import <Preferences/PSSpecifier.h>
|
|
|
|
@interface TSSettingsListController : PSListController
|
|
{
|
|
UIAlertController* _activityController;
|
|
PSSpecifier* _installPersistenceHelperSpecifier;
|
|
}
|
|
@end |