PreferencesAppController.h 210 B

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