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 PSRootController
;
11 @interface PSViewController
: NSObject
<PSBaseView
>
13 id
<PSBaseView
> _parentController
;
14 PSRootController
*_rootController
;
18 - (id
)initForContentSize
:(struct CGSize
)fp8
;
19 - (id
)navigationTitle
;
21 - (void)pushNavigationItemWithTitle
:(id
)fp8
;
22 - (void)insertNavigationItem
:(id
)fp8 atIndex
:(int)fp12
;
23 - (void)insertNavigationItem
:(id
)fp8 atIndexFromEnd
:(int)fp12
;
24 - (void)pushNavigationItem
:(id
)fp8
;
25 - (void)popNavigationItem
;
26 - (void)popNavigationItemWithAnimation
:(BOOL
)fp8
;
27 - (void)hideNavigationBarButtons
;
28 - (void)showNavigationBarButtons
:(id
)fp8
:(id
)fp12
;
29 - (void)showLeftButton
:(id
)fp8 withStyle
:(int)fp12 rightButton
:(id
)fp16 withStyle
:(int)fp20
;
30 - (void)setNavigationBarEnabled
:(BOOL
)fp8
;
31 - (void)setPrompt
:(id
)fp8
;
32 - (void)navigationBarButtonClicked
:(int)fp8
;
35 - (void)setView
:(id
)view
;
37 - (void)setParentController
:(id
)fp8
;
38 - (id
)parentController
;
39 - (void)setRootController
:(id
)fp8
;
41 - (void)setPreferenceValue
:(id
)fp8 specifier
:(id
)fp12
;
42 - (id
)readPreferenceValue
:(id
)fp8
;
43 - (void)viewDidBecomeVisible
;
44 - (void)viewWillBecomeVisible
:(void *)fp8
;
45 - (void)viewWillRedisplay
;
46 - (void)viewTransitionCompleted
;
52 - (void)pushController
:(id
)fp8
;
53 - (void)handleURL
:(id
)fp8
;
54 - (BOOL
)popController
;
55 - (BOOL
)popControllerWithAnimation
:(BOOL
)fp8
;
56 - (id
)methodSignatureForSelector
:(SEL
)fp8
;
57 - (void)forwardInvocation
:(id
)fp8
;