]>
Commit | Line | Data |
---|---|---|
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 <UIKit/UILabel.h> | |
8 | ||
9 | @interface UITextLabel : UILabel | |
10 | { | |
11 | } | |
12 | ||
13 | - (struct CGSize)ellipsizedTextSize; | |
14 | - (void)setColor:(id)fp8; | |
15 | - (id)color; | |
16 | - (void)setHighlightedColor:(id)fp8; | |
17 | - (id)highlightedColor; | |
18 | - (void)setCentersHorizontally:(BOOL)fp8; | |
19 | - (BOOL)centersHorizontally; | |
20 | - (void)setWrapsText:(BOOL)fp8; | |
21 | - (BOOL)wrapsText; | |
22 | - (void)setTextAutoresizesToFit:(BOOL)fp8; | |
23 | - (BOOL)textAutoresizesToFit; | |
24 | - (void)setMinFontSize:(float)fp8; | |
25 | - (float)minFontSize; | |
26 | - (void)setAlignment:(int)fp8; | |
27 | - (int)alignment; | |
28 | - (void)setEllipsisStyle:(int)fp8; | |
29 | - (int)ellipsisStyle; | |
30 | - (void)drawRect:(struct CGRect)fp8; | |
31 | - (void)drawTextInRect:(struct CGRect)fp8; | |
32 | - (void)drawContentsInRect:(struct CGRect)fp8; | |
33 | ||
34 | @end | |
35 |