Commit | Line | Data |
---|---|---|
3f68e226 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 "UIImageView.h" | |
8 | ||
9 | @class TPLCDSubImageView, TPLCDTextView; | |
10 | ||
11 | @interface TPLCDView : UIImageView | |
12 | { | |
13 | TPLCDTextView *_textView; | |
14 | TPLCDTextView *_secondLineTextView; | |
15 | TPLCDTextView *_labelView; | |
16 | TPLCDSubImageView *_imageView; | |
17 | unsigned int _layoutAsLabelled:1; | |
18 | } | |
19 | ||
20 | + (void)preloadImages; | |
21 | + (float)defaultHeight; | |
22 | + (id)backgroundImage; | |
23 | + (float)textFontSize; | |
24 | + (float)labelFontSize; | |
25 | - (id)initWithDefaultSize; | |
26 | - (id)initWithFrame:(struct CGRect)fp8; | |
27 | - (void)dealloc; | |
28 | - (void)setContentsAlpha:(float)fp8; | |
29 | - (struct CGRect)_text1Frame; | |
30 | - (void)setText:(id)fp8; | |
31 | - (id)text; | |
32 | - (struct CGRect)textFrame; | |
33 | - (struct CGRect)_text2Frame; | |
34 | - (void)setSecondLineText:(id)fp8; | |
35 | - (id)secondLineText; | |
36 | - (struct CGRect)_labelFrame; | |
37 | - (void)didFinishAnimatingLCDLabelFadeOut:(id)fp8 finished:(id)fp12 context:(id)fp16; | |
38 | - (void)setLabel:(id)fp8 animate:(BOOL)fp12; | |
39 | - (void)setLabel:(id)fp8; | |
40 | - (id)label; | |
41 | - (void)blinkLabel; | |
42 | - (void)setSubImage:(id)fp8; | |
43 | - (id)subImage; | |
44 | - (void)setShadowColor:(id)fp8; | |
45 | - (void)setLayoutAsLabelled:(BOOL)fp8; | |
46 | - (void)layoutSubviews; | |
47 | ||
48 | @end | |
49 |