]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSSetupController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / Preferences / PSSetupController.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/PSRootController.h>
8
9 @class NSDictionary;
10
11 @interface PSSetupController : PSRootController
12 {
13 NSDictionary *_rootInfo;
14 id <PSBaseView> _parentController;
15 }
16
17 + (BOOL)isOverlay;
18 - (void)setupRootListForSize:(struct CGSize)fp8;
19 - (id)initForContentSize:(struct CGSize)fp8;
20 - (void)dealloc;
21 - (id)view;
22 - (id)parentController;
23 - (void)viewWillBecomeVisible:(void *)fp8;
24 - (void)didFinishTransition;
25 - (void)pushController:(id)fp8;
26 - (void)setParentController:(id)fp8;
27 - (id)controller;
28 - (void)dismiss;
29 - (void)pushControllerOnParentWithSpecifier:(id)fp8;
30 - (void)popControllerOnParent;
31 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
32 - (void)updateNavButtons;
33 - (void)showNavigationBarButtons:(id)fp8:(id)fp12;
34 - (void)setPrompt:(id)fp8;
35 - (id)methodSignatureForSelector:(SEL)fp8;
36 - (void)forwardInvocation:(id)fp8;
37
38 @end
39