mirror of https://github.com/opa334/TrollStore.git
9 lines
238 B
C
9 lines
238 B
C
|
#import <Preferences/PSListController.h>
|
||
|
#import <Preferences/PSSpecifier.h>
|
||
|
|
||
|
@interface TSSettingsListController : PSListController
|
||
|
{
|
||
|
UIAlertController* _activityController;
|
||
|
PSSpecifier* _installPersistenceHelperSpecifier;
|
||
|
}
|
||
|
@end
|