Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * This header is generated by class-dump-z 0.1-11s. | |
| * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
| * | |
| * Source: /System/Library/PrivateFrameworks/Preferences.framework/Preferences | |
| */ | |
| #import "Preferences-Structs.h" | |
| #import "PSViewController.h" | |
| @class UIKeyboard, PSEditingPane, UIView; | |
| @interface PSDetailController : PSViewController { | |
| UIView* _view; | |
| PSEditingPane* _pane; | |
| UIKeyboard* _keyboard; | |
| BOOL _keyboardVisible; | |
| } | |
| @property(retain) PSEditingPane* pane; | |
| @property(readonly, assign) BOOL keyboardVisible; | |
| -(void)_updateNavBarButtons; | |
| // inherited: -(id)initForContentSize:(CGSize)contentSize; | |
| // inherited: -(void)dealloc; | |
| // inherited: -(void)viewWillRedisplay; | |
| -(void)_addKeyboardView; | |
| -(void)setKeyboardVisible:(BOOL)visible animated:(BOOL)animated; | |
| // inherited: -(void)viewWillBecomeVisible:(void*)view; | |
| // inherited: -(id)navigationTitle; | |
| -(void)saveChanges; | |
| // inherited: -(void)suspend; | |
| -(void)doneButtonClicked:(id)clicked; | |
| -(void)cancelButtonClicked:(id)clicked; | |
| // inherited: -(void)navigationBarButtonClicked:(int)clicked; | |
| // inherited: -(BOOL)popController; | |
| // inherited: -(id)view; | |
| @end | |