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 "UIViewController.h"
9 @
class MPItem
, MPTransitionController
;
11 @interface MPViewController
: UIViewController
16 MPViewController
*_pushedViewController
;
17 MPTransitionController
*_pushedTransitionController
;
18 unsigned int _appearing
:1;
19 unsigned int _idleTimerDisabled
:1;
20 unsigned int _observesApplicationSuspendResumeEventsOnly
:1;
25 - (void)beginIgnoringChangeTypes
:(unsigned int)fp8
;
26 - (BOOL
)canDisplayItem
:(id
)fp8 withOrientation
:(int)fp12
;
27 - (id
)copyOverlayViewForTransitionToItem
:(id
)fp8
;
28 - (void)didChangeToOrientation
:(int)fp8
;
29 - (void)endIgnoringChangeTypes
:(unsigned int)fp8
;
33 - (void)applicationDidSuspendEventsOnly
;
34 - (void)applicationDidResumeEventsOnly
;
35 - (BOOL
)observesApplicationSuspendResumeEventsOnly
;
36 - (void)setObservesApplicationSuspendResumeEventsOnly
:(BOOL
)fp8
;
37 - (void)noteIgnoredChangeTypes
:(unsigned int)fp8
;
38 - (void)restoreOverlayViewAfterTransition
:(id
)fp8
;
39 - (void)pushViewController
:(id
)fp8 withTransition
:(id
)fp12
;
40 - (id
)popViewControllerAnimated
:(BOOL
)fp8
;
41 - (void)willChangeToOrientation
:(int)fp8
;
42 - (BOOL
)idleTimerDisabled
;
43 - (void)setAppearing
:(BOOL
)fp8
;
44 - (void)setIdleTimerDisabled
:(BOOL
)fp8
;
45 - (void)setOrientation
:(int)fp8
;
46 - (void)setOrientation
:(int)fp8 animate
:(BOOL
)fp12
;
47 - (void)setView
:(id
)fp8
;
48 - (void)viewDidAppear
:(BOOL
)fp8
;
49 - (void)viewWillAppear
:(BOOL
)fp8
;
50 - (void)viewDidDisappear
:(BOOL
)fp8
;
51 - (void)_popTransitionEnded
:(id
)fp8
;
52 - (void)_pushTransitionEnded
:(id
)fp8
;
55 - (void)setItem
:(id
)fp8
;
57 - (void)setDelegate
:(id
)fp8
;