mirror of
https://github.com/zhigang1992/LittleX.git
synced 2026-04-26 22:56:47 +08:00
8 lines
210 B
Objective-C
8 lines
210 B
Objective-C
@class PSUIPrefsRootController;
|
|
|
|
@interface PreferencesAppController : UIApplication/*this is from Preferences.app, not framework*/
|
|
|
|
@property (nonatomic, retain) PSUIPrefsRootController *rootController;
|
|
|
|
@end
|