]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <MediaPlayer/MPFlipTransitionController.h> | |
8 | ||
9 | @class UINavigationBar, UINavigationItem, UITextLabel; | |
10 | ||
11 | @interface MPVideoChapterFlipTransitionController : MPFlipTransitionController | |
12 | { | |
13 | UINavigationBar *_navigationBar; | |
14 | UINavigationItem *_originalNavigationItem; | |
15 | UITextLabel *_chapterGuideTitleLabel; | |
16 | unsigned int _shouldPlayAfterFlip:1; | |
17 | } | |
18 | ||
19 | - (void)dealloc; | |
20 | - (void)transition:(unsigned int)fp8; | |
21 | - (BOOL)playAfterFlip; | |
22 | - (void)setNavigationBar:(id)fp8; | |
23 | - (void)setPlayAfterFlip:(BOOL)fp8; | |
24 | - (void)_done:(id)fp8; | |
25 | - (void)_hideNavigationBarAnimationDidFinish:(id)fp8; | |
26 | - (id)_chapterGuideTitleLabel; | |
27 | - (id)_copySwizzledNavigationViews; | |
28 | - (void)_hideNavigationAndStatusBars; | |
29 | - (int)_orientation; | |
30 | - (void)_restoreOriginalNavigationViews:(BOOL)fp8; | |
31 | - (void)_showChapterGuideNavigationViews; | |
32 | - (id)navigationBar; | |
33 | ||
34 | @end | |
35 |