]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBSIMLockPUKEntryAlertDisplay.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBSIMLockPUKEntryAlertDisplay.h
CommitLineData
298474e0
JF
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 "SBSIMLockEntryAlertDisplay.h"
8
9@class NSString;
10
11@interface SBSIMLockPUKEntryAlertDisplay : SBSIMLockEntryAlertDisplay
12{
13 int _state;
14 NSString *_enteredPUKCode;
15 NSString *_newPIN;
16}
17
18- (void)dealloc;
19- (id)_pukAttemptsRemainingLabel;
20- (void)setupSuccess;
21- (id)titleText;
22- (void)setupFailureState;
23- (id)label;
24- (void)_attemptPUKUnlock;
25- (void)unlock;
26
27@end
28