2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "PSBaseView-Protocol.h"
9 @
class NSMutableArray
, NSMutableSet
, NSString
, UINavigationBar
, UIView
;
11 @interface PSRootController
: NSObject
<PSBaseView
>
14 UINavigationBar
*_navBar
;
15 NSMutableArray
*_controllers
;
19 NSString
*_navBarRightButtonTitle
;
20 int _navBarRightButtonStyle
;
21 BOOL _navBarRightButtonDirty
;
24 unsigned char _hasTelephony
;
27 + (void)writePreference
:(id
)fp8
;
28 + (void)setPreferenceValue
:(id
)fp8 specifier
:(id
)fp12
;
29 + (id
)readPreferenceValue
:(id
)fp8
;
31 - (void)setPreferenceValue
:(id
)fp8 specifier
:(id
)fp12
;
32 - (id
)readPreferenceValue
:(id
)fp8
;
34 - (id
)initWithTitle
:(id
)fp8 identifier
:(id
)fp12
;
35 - (void)updateNavButtons
;
36 - (void)setupRootListForSize
:(struct CGSize
)fp8
;
37 - (BOOL
)taskIsRunning
:(id
)fp8
;
38 - (void)addTask
:(id
)fp8
;
39 - (void)taskFinished
:(id
)fp8
;
42 - (id
)contentViewForTopController
;
45 - (BOOL
)navigationBar
:(id
)fp8 shouldPopItem
:(id
)fp12
;
46 - (id
)initForContentSize
:(struct CGSize
)fp8
;
47 - (void)setParentController
:(id
)fp8
;
49 - (id
)navigationTitle
;
51 - (void)viewWillBecomeVisible
:(void *)fp8
;
52 - (void)viewWillRedisplay
;
53 - (void)pushController
:(id
)fp8
;
54 - (void)handleURL
:(id
)fp8
;
56 - (BOOL
)popViewControllerAnimated
:(BOOL
)fp8
;
58 - (BOOL
)popControllerWithAnimation
:(BOOL
)fp8
;
59 - (BOOL
)popController
;
60 - (void)pushNavigationItemWithTitle
:(id
)fp8
;
61 - (void)pushNavigationItem
:(id
)fp8
;
62 - (void)insertNavigationItem
:(id
)fp8 atIndexFromEnd
:(int)fp12
;
63 - (void)insertNavigationItem
:(id
)fp8 atIndex
:(int)fp12
;
64 - (void)navigationBar
:(id
)fp8 pushedItem
:(id
)fp12
;
65 - (void)navigationBar
:(id
)fp8 poppedItem
:(id
)fp12
;
66 - (void)popNavigationItem
;
67 - (void)popNavigationItemWithAnimation
:(BOOL
)fp8
;
68 - (void)hideNavigationBarButtons
;
69 - (void)showLeftButton
:(id
)fp8 withStyle
:(int)fp12 rightButton
:(id
)fp16 withStyle
:(int)fp20
;
70 - (void)showNavigationBarButtons
:(id
)fp8
:(id
)fp12
;
71 - (void)setNavigationBarEnabled
:(BOOL
)fp8
;
72 - (void)setPrompt
:(id
)fp8
;
73 - (void)navigationBar
:(id
)fp8 buttonClicked
:(int)fp12
;
74 - (void)navigationBarButtonClicked
:(int)fp8
;
83 - (id
)parentController
;
84 - (void)lazyLoadBundle
:(id
)fp8
;
86 - (void)setRootController
:(id
)fp8
;
88 - (void)_pushController
:(id
)fp8
;
89 - (void)_insertController
:(id
)fp8 atIndex
:(int)fp12
;
90 - (void)_popController
;
91 - (void)_removeController
:(id
)fp8
;
92 - (void)viewDidBecomeVisible
;
93 - (void)viewTransitionCompleted
;
94 - (void)popBackToTopController
;
98 - (void)pushViewController
:(id
)fp8 animated
:(BOOL
)fp12
;