]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPTVOutWindow.h
Adding numerous class dumps.
[iphone-api.git] / MediaPlayer / MPTVOutWindow.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 "UIWindow.h"
8
9 @class MPVideoView, MovieTVHUDView, NPTVOutBackgroundView;
10
11 @interface MPTVOutWindow : UIWindow
12 {
13 NPTVOutBackgroundView *_backgroundView;
14 MovieTVHUDView *_hudView;
15 MPVideoView *_videoView;
16 }
17
18 - (id)initWithVideoView:(id)fp8;
19 - (void)dealloc;
20 - (void)_playbackStateChanged:(id)fp8;
21
22 @end
23