--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIViewController.h"
+
+@class MPMoviePlayerController, NSURL;
+
+@interface MPMoviePlayerViewController : UIViewController
+{
+ NSURL *_contentURL;
+ MPMoviePlayerController *_moviePlayerController;
+ struct {
+ unsigned int wasAnimated:1;
+ unsigned int navBarWasHidden:1;
+ unsigned int unused:30;
+ } _flagsBitfield;
+}
+
+- (id)initWithContentURL:(id)fp8;
+- (void)dealloc;
+- (void)loadView;
+- (void)viewWillAppear:(BOOL)fp8;
+- (void)viewDidAppear:(BOOL)fp8;
+- (id)navigationItem;
+- (void)_preloadedContent:(id)fp8;
+- (void)_playbackEnded:(id)fp8;
+- (void)_deviceOrientationChanged:(id)fp8;
+- (void)_adjustToDeviceOrientation;
+- (void)_beginPlayback;
+- (void)_popAfterPlayback;
+- (void)_finishPop;
+
+@end
+