]> git.saurik.com Git - iphone-api.git/blobdiff - MediaPlayer/MPMoviePlayerViewController.h
Adding numerous class dumps.
[iphone-api.git] / MediaPlayer / MPMoviePlayerViewController.h
diff --git a/MediaPlayer/MPMoviePlayerViewController.h b/MediaPlayer/MPMoviePlayerViewController.h
new file mode 100644 (file)
index 0000000..290b741
--- /dev/null
@@ -0,0 +1,37 @@
+/*
+ *     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
+