]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPMoviePlayerViewController.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MPMoviePlayerViewController.h
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 "UIViewController.h"
8
9 @class MPMoviePlayerController, NSURL;
10
11 @interface MPMoviePlayerViewController : UIViewController
12 {
13 NSURL *_contentURL;
14 MPMoviePlayerController *_moviePlayerController;
15 struct {
16 unsigned int wasAnimated:1;
17 unsigned int navBarWasHidden:1;
18 unsigned int unused:30;
19 } _flagsBitfield;
20 }
21
22 - (id)initWithContentURL:(id)fp8;
23 - (void)dealloc;
24 - (void)loadView;
25 - (void)viewWillAppear:(BOOL)fp8;
26 - (void)viewDidAppear:(BOOL)fp8;
27 - (id)navigationItem;
28 - (void)_preloadedContent:(id)fp8;
29 - (void)_playbackEnded:(id)fp8;
30 - (void)_deviceOrientationChanged:(id)fp8;
31 - (void)_adjustToDeviceOrientation;
32 - (void)_beginPlayback;
33 - (void)_popAfterPlayback;
34 - (void)_finishPop;
35
36 @end
37