mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 05:25:41 +08:00
10 lines
208 B
Objective-C
10 lines
208 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <Preferences/PSListController.h>
|
|
#import <Preferences/PSSpecifier.h>
|
|
|
|
@interface TSPHRootViewController : PSListController
|
|
{
|
|
UIAlertController* _activityController;
|
|
}
|
|
@end
|