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 MPViewController
, NSMutableSet
, UIView
;
11 @interface MPTransitionController
: NSObject
13 struct __CFDictionary
*_observers
;
16 NSMutableSet
*_persistentViewsToFadeOut
;
17 NSMutableSet
*_viewsToFadeOut
;
18 NSMutableSet
*_persistentViewsToFadeIn
;
19 NSMutableSet
*_viewsToFadeIn
;
20 MPViewController
*_fromViewController
;
22 MPViewController
*_toViewController
;
28 - (void)addObserver
:(id
)fp8 didEndSelector
:(SEL
)fp12
;
29 - (void)addViewToFadeIn
:(id
)fp8 restoreOnPop
:(BOOL
)fp12
;
30 - (void)addViewToFadeOut
:(id
)fp8 restoreOnPop
:(BOOL
)fp12
;
31 - (void)fadeViewsForRestore
:(BOOL
)fp8
;
32 - (void)removeObserver
:(id
)fp8
;
33 - (void)transition
:(unsigned int)fp8
;
34 - (void)messageObservers
;
35 - (id
)toViewController
;
36 - (void)setToViewController
:(id
)fp8
;
38 - (void)setToOrientation
:(int)fp8
;
40 - (void)setRootView
:(id
)fp8
;
41 - (id
)fromViewController
;
42 - (void)setFromViewController
:(id
)fp8
;
43 - (int)fromOrientation
;
44 - (void)setFromOrientation
:(int)fp8
;
46 - (void)setDuration
:(float)fp8
;