00001
00002
00003
00004
00005
00006
00007 #import <Preferences/PSRootController.h>
00008
00009 @class NSDictionary;
00010
00011 @interface PSSetupController : PSRootController
00012 {
00013 NSDictionary *_rootInfo;
00014 id <PSBaseView> _parentController;
00015 }
00016
00017 + (BOOL)isOverlay;
00018 - (void)setupRootListForSize:(struct CGSize)fp8;
00019 - (id)initForContentSize:(struct CGSize)fp8;
00020 - (void)dealloc;
00021 - (id)view;
00022 - (id)parentController;
00023 - (void)viewWillBecomeVisible:(void *)fp8;
00024 - (void)didFinishTransition;
00025 - (void)pushController:(id)fp8;
00026 - (void)setParentController:(id)fp8;
00027 - (id)controller;
00028 - (void)dismiss;
00029 - (void)pushControllerOnParentWithSpecifier:(id)fp8;
00030 - (void)popControllerOnParent;
00031 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
00032 - (void)updateNavButtons;
00033 - (void)showNavigationBarButtons:(id)fp8:(id)fp12;
00034 - (void)setPrompt:(id)fp8;
00035 - (id)methodSignatureForSelector:(SEL)fp8;
00036 - (void)forwardInvocation:(id)fp8;
00037
00038 @end
00039