]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBDeviceLockKeypad.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBDeviceLockKeypad.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 "TPPhonePad.h"
8
9 @class SBEmergencyCallButton, UIImage, UIPushButton;
10
11 @interface SBDeviceLockKeypad : TPPhonePad
12 {
13 UIImage *_deleteIcon;
14 UIPushButton *_deleteButton;
15 SBEmergencyCallButton *_emergencyCallButton;
16 BOOL _showDeleteIcon;
17 BOOL _playKeyboardClicks;
18 }
19
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (void)setPlaysKeyboardClicks:(BOOL)fp8;
22 - (BOOL)showsEmergencyCallButton;
23 - (void)setShowsEmergencyCallButton:(BOOL)fp8;
24 - (void)dealloc;
25 - (void)setShowsDeleteIcon:(BOOL)fp8;
26 - (id)_pressedImage;
27 - (void)hiddenFromView;
28 - (void)willBecomeVisible;
29 - (id)_keypadImage;
30 - (float)_yFudge;
31
32 @end
33