]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSDetailController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / Preferences / PSDetailController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <Preferences/PSViewController.h>
8
9 @class PSEditingPane, UIKeyboard, UIView;
10
11 @interface PSDetailController : PSViewController
12 {
13 UIView *_view;
14 PSEditingPane *_pane;
15 UIKeyboard *_keyboard;
16 BOOL _keyboardVisible;
17 }
18
19 - (void)_updateNavBarButtons;
20 - (id)initForContentSize:(struct CGSize)fp8;
21 - (void)dealloc;
22 - (void)viewWillRedisplay;
23 - (void)_addKeyboardView;
24 - (void)setPane:(id)fp8;
25 - (id)pane;
26 - (void)setKeyboardVisible:(BOOL)fp8 animated:(BOOL)fp12;
27 - (BOOL)keyboardVisible;
28 - (void)viewWillBecomeVisible:(void *)fp8;
29 - (id)navigationTitle;
30 - (void)saveChanges;
31 - (void)suspend;
32 - (void)doneButtonClicked:(id)fp8;
33 - (void)cancelButtonClicked:(id)fp8;
34 - (void)navigationBarButtonClicked:(int)fp8;
35 - (BOOL)popController;
36 - (id)view;
37
38 @end
39