2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class MPItem
, MPTransitionController
, MPViewController
, UIView
;
11 @interface MPRootController
: NSObject
13 id
<MPRootControllerDelegate
> _delegate
;
14 struct __CFBag
*_ignoredChangeTypes
;
17 MPItem
*_pendingItemWithDifferentType
;
19 int _pendingOrientation
;
21 MPViewController
*_viewController
;
22 MPTransitionController
*_transitionController
;
26 - (id
)initWithItem
:(id
)fp8 orientation
:(int)fp12
;
29 - (void)viewDidAppear
:(BOOL
)fp8
;
30 - (void)viewDidDisappear
:(BOOL
)fp8
;
31 - (void)viewWillAppear
:(BOOL
)fp8
;
32 - (void)viewWillDisappear
:(BOOL
)fp8
;
34 - (void)setItem
:(id
)fp8
;
35 - (void)setAppearing
:(BOOL
)fp8
;
36 - (void)setOrientation
:(int)fp8
;
37 - (void)setViewController
:(id
)fp8
;
38 - (void)viewController
:(id
)fp8 beginIgnoringChangeTypes
:(unsigned int)fp12
;
39 - (void)viewController
:(id
)fp8 endIgnoringChangeType
:(unsigned int)fp12
;
40 - (void)viewControllerRequestsExit
:(id
)fp8
;
41 - (void)_transitionFinished
:(id
)fp8
;
42 - (void)setOrientation
:(int)fp8 animate
:(BOOL
)fp12
;
43 - (void)setOrientationWithoutTransition
:(int)fp8
;
44 - (void)_beginIgnoringChangeTypes
:(unsigned int)fp8
;
45 - (void)_endIgnoringChangeTypes
:(unsigned int)fp8
;
46 - (BOOL
)_noteStoppedIgnoringChangeType
:(unsigned int)fp8
;
47 - (void)_performTransition
:(id
)fp8 toController
:(id
)fp12
;
48 - (void)_reloadForTransitionFromItem
:(id
)fp8 toItem
:(id
)fp12
;
49 - (void)_reloadForTransitionFromOrientation
:(int)fp8 toOrientation
:(int)fp12 animate
:(BOOL
)fp16
;
50 - (void)_setCurrentViewController
:(id
)fp8 forTransition
:(BOOL
)fp12
;
51 - (BOOL
)_shouldIgnoreChangeType
:(unsigned int)fp8
;
56 - (void)setDelegate
:(id
)fp8
;