2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 @protocol PSBaseView
<NSObject
>
9 - (id
)initForContentSize
:(struct CGSize
)fp8
;
10 - (void)setParentController
:(id
)fp8
;
11 - (id
)parentController
;
12 - (void)setRootController
:(id
)fp8
;
15 - (void)pushNavigationItemWithTitle
:(id
)fp8
;
16 - (void)pushNavigationItem
:(id
)fp8
;
17 - (void)insertNavigationItem
:(id
)fp8 atIndex
:(int)fp12
;
18 - (void)insertNavigationItem
:(id
)fp8 atIndexFromEnd
:(int)fp12
;
19 - (void)popNavigationItem
;
20 - (void)popNavigationItemWithAnimation
:(BOOL
)fp8
;
21 - (void)hideNavigationBarButtons
;
22 - (void)showNavigationBarButtons
:(id
)fp8
:(id
)fp12
;
23 - (void)showLeftButton
:(id
)fp8 withStyle
:(int)fp12 rightButton
:(id
)fp16 withStyle
:(int)fp20
;
24 - (void)setNavigationBarEnabled
:(BOOL
)fp8
;
25 - (void)setPrompt
:(id
)fp8
;
26 - (id
)navigationTitle
;
28 - (void)navigationBarButtonClicked
:(int)fp8
;
29 - (void)viewDidBecomeVisible
;
30 - (void)viewWillBecomeVisible
:(void *)fp8
;
31 - (void)viewWillRedisplay
;
32 - (void)viewTransitionCompleted
;
38 - (void)pushController
:(id
)fp8
;
39 - (void)handleURL
:(id
)fp8
;
40 - (BOOL
)popController
;
41 - (BOOL
)popControllerWithAnimation
:(BOOL
)fp8
;
42 - (void)setPreferenceValue
:(id
)fp8 specifier
:(id
)fp12
;
43 - (id
)readPreferenceValue
:(id
)fp8
;