Files
LittleX/headers/Preferences/PreferencesAppController.h
2018-02-19 06:57:53 -05:00

8 lines
210 B
Objective-C

@class PSUIPrefsRootController;
@interface PreferencesAppController : UIApplication/*this is from Preferences.app, not framework*/
@property (nonatomic, retain) PSUIPrefsRootController *rootController;
@end