]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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/MPTransitionController.h> | |
8 | ||
9 | @class MPVideoView, UINavigationBar; | |
10 | ||
11 | @interface MPVideoTransferTransitionController : MPTransitionController | |
12 | { | |
13 | MPVideoView *_inflightVideoView; | |
14 | UINavigationBar *_portraitNavigationBar; | |
15 | } | |
16 | ||
17 | - (id)init; | |
18 | - (void)dealloc; | |
19 | - (void)transition:(unsigned int)fp8; | |
20 | - (void)_animationDidStop; | |
21 | - (void)_prepareViews; | |
22 | - (void)_transformView:(id)fp8 forOrientation:(int)fp12 bounds:(struct CGRect)fp16; | |
23 | - (void)_updateStatusBar; | |
24 | - (id)portraitNavigationBar; | |
25 | - (void)setPortraitNavigationBar:(id)fp8; | |
26 | ||
27 | @end | |
28 |