]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBIconLabel.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIControl.h>
11 @interface SBIconLabel
: UIControl
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;
22 + (void)preheatStylizedStrings
;
23 - (id
)initWithSize
:(struct CGSize
)fp8 label
:(id
)fp16
;
25 - (void)setInDock
:(BOOL
)fp8
;
26 - (void)setEllipsesText
:(BOOL
)fp8
;
27 - (void)setKerningAllowed
:(BOOL
)fp8
;
28 - (void)drawRect
:(struct CGRect
)fp8
;