]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBIconLabel.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBIconLabel.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 <UIKit/UIControl.h>
8
9 @class NSString;
10
11 @interface SBIconLabel : UIControl
12 {
13 NSString *_label;
14 unsigned int _drawMoreLegibly:1;
15 unsigned int _inDock:1;
16 unsigned int _ellipsesText:1;
17 unsigned int _kerningAllowed:1;
18 unsigned int _textMightOverlap:1;
19 }
20
21 + (void)initialize;
22 + (void)preheatStylizedStrings;
23 - (id)initWithSize:(struct CGSize)fp8 label:(id)fp16;
24 - (void)dealloc;
25 - (void)setInDock:(BOOL)fp8;
26 - (void)setEllipsesText:(BOOL)fp8;
27 - (void)setKerningAllowed:(BOOL)fp8;
28 - (void)drawRect:(struct CGRect)fp8;
29
30 @end
31