]> git.saurik.com Git - iphone-api.git/blame - MediaPlayer/MPVideoBackgroundView.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPVideoBackgroundView.h
CommitLineData
2cd8f71b
JF
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 UIImageView, UITextLabel;
10
11@interface MPVideoBackgroundView : UIView
12{
13 int _orientation;
14 UIImageView *_imageView;
15 UIImageView *_iconView;
16 UITextLabel *_infoTitle;
17 UITextLabel *_infoSubTitle;
18 UIView *_hackView;
19}
20
21- (id)initWithFrame:(struct CGRect)fp8;
22- (void)dealloc;
23- (void)setOrientation:(int)fp8;
24- (void)setShowQTAudioOnlyUI:(BOOL)fp8;
25- (void)_createInformationalTitleView:(id *)fp8 systemFont:(id)fp12 lineBreakMode:(int)fp16;
26- (void)setInformationalTitle:(id)fp8 infoSubTitle:(id)fp12;
27- (void)layoutForCurrentOrientation;
28- (BOOL)shouldShowInformationalTextForOrientation:(int)fp8;
29- (void)setInformationalTextShown:(BOOL)fp8;
30- (void)layoutSubviews;
31
32@end
33