]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSIMLockEntryAlertDisplay.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBSIMLockEntryAlertDisplay.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 "SBSlidingAlertDisplay.h"
8
9 @interface SBSIMLockEntryAlertDisplay : SBSlidingAlertDisplay
10 {
11 }
12
13 - (id)_pinAttemptsRemainingLabel;
14 - (BOOL)alphanumericPIN;
15 - (void)setupUnlockAttemptState;
16 - (id)failureTitle;
17 - (id)failureLabel;
18 - (void)setupFailureState;
19 - (id)titleText;
20 - (id)label;
21 - (void)setupCurrentLockAttemptState;
22 - (void)alertDisplayWillBecomeVisible;
23 - (void)setupSuccess;
24 - (void)_unlock:(id)fp8;
25 - (void)unlock;
26 - (void)phonePad:(id)fp8 keyUp:(BOOL)fp12;
27 - (void)passcodeFieldDidAcceptEntry:(id)fp8;
28
29 @end
30