Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Fetching contributors…
Cannot retrieve contributors at this time
38 lines (33 sloc) 1.12 KB
/**
* 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
Jump to Line
Something went wrong with that request. Please try again.