]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/UIMovieSubtitlesView.h
Merge branch 'master' of git@git.saurik.com:iphone-api
[iphone-api.git] / MediaPlayer / UIMovieSubtitlesView.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 NSString;
10
11 @interface UIMovieSubtitlesView : UIView
12 {
13 id _delegate;
14 NSString *_markup;
15 unsigned int _sizeIsDirty:1;
16 struct CGSize _markupSize;
17 struct CGSize _padding;
18 }
19
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (void)dealloc;
22 - (void)drawRect:(struct CGRect)fp8;
23 - (struct CGSize)padding;
24 - (void)setDelegate:(id)fp8;
25 - (void)setPadding:(struct CGSize)fp8;
26 - (void)sizeToFitWidth:(float)fp8;
27 - (void)setSubtitleString:(struct __CFAttributedString *)fp8 forced:(BOOL)fp12;
28 - (void)clearSubtitle;
29 - (id)_createMarkupFromAttributedString:(struct __CFAttributedString *)fp8;
30 - (id)_htmlColorForColor:(struct CGColor *)fp8;
31
32 @end
33