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