]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MovieTVHUDView.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / MediaPlayer / MovieTVHUDView.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 "UIView.h"
8
9 @class MovieTVOutCounter, UIImageView;
10
11 @interface MovieTVHUDView : UIView
12 {
13 int _currentState;
14 MovieTVOutCounter *_counter;
15 UIImageView *_playbackMode;
16 }
17
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)_changeState;
20 - (void)_fadeOut;
21 - (void)animationDidStop:(id)fp8;
22 - (void)setPlaybackState:(int)fp8;
23
24 @end
25