2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface UIMovieSubtitlesView
: UIView
15 unsigned int _sizeIsDirty
:1;
16 struct CGSize _markupSize
;
17 struct CGSize _padding
;
20 - (id
)initWithFrame
:(struct CGRect
)fp8
;
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
;