2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSMutableString
, UIImage
, UIImageView
, UIProgressIndicator
, UITextLabel
, UITextViewLegacy
, UIWebDocumentView
;
11 @interface MPTextView
: UIView
14 UIImage
*_albumArtwork
;
15 NSMutableString
*_text
;
16 UIImageView
*_background
;
17 UIImageView
*_faderView
;
18 UIWebDocumentView
*_webView
;
19 UITextViewLegacy
*_textView
;
20 UITextLabel
*_loadingLabel
;
21 UIProgressIndicator
*_loadingIndicator
;
24 - (id
)initWithFrame
:(struct CGRect
)fp8
;
26 - (void)layoutSubviews
;
27 - (void)movedToSuperview
:(id
)fp8
;
28 - (void)movedFromSuperview
:(id
)fp8
;
30 - (void)noteWillSnapshot
;
31 - (void)noteDidSnapshot
;
32 - (void)setArtwork
:(id
)fp8
;
33 - (void)setDelegate
:(id
)fp8
;
34 - (void)setText
:(id
)fp8 willLoad
:(BOOL
)fp12
;
35 - (void)view
:(id
)fp8 handleTapWithCount
:(int)fp12 event
:(struct __GSEvent
*)fp16
;
36 - (double)viewDoubleTapDelay
:(id
)fp8
;
37 - (double)viewRejectAsTapThrehold
:(id
)fp8
;
38 - (void)webView
:(id
)fp8 didFinishLoadForFrame
:(id
)fp12
;
39 - (void)_addLoadingUI
;
41 - (void)_createTextUIIfNeeded
;
42 - (void)_removeLoadingUI
;
43 - (void)_removeTextUI
;
44 - (struct CGImage
*)_createFaderImageBackgroundWithSize
:(struct CGSize
)fp8
;
45 - (struct CGImage
*)_createFaderImage
:(BOOL
)fp8
;
46 - (void)_updateFaderImage
:(BOOL
)fp8
;