]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBEmergencyCallButton.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBEmergencyCallButton.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 "UIPushButton.h"
8
9 @class NSString;
10
11 @interface SBEmergencyCallButton : UIPushButton
12 {
13 NSString *_subtitle;
14 }
15
16 + (struct __GSFont *)defaultFont;
17 - (id)initWithFrame:(struct CGRect)fp8;
18 - (void)dealloc;
19 - (void)setSubtitle:(id)fp8;
20 - (id)styleStringForColor:(id)fp8;
21 - (void)drawTitleInRect:(struct CGRect)fp8;
22 - (void)drawButtonPart:(int)fp8 inRect:(struct CGRect)fp12;
23
24 @end
25