]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBSIMLockManager.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBSIMLockManager.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 "NSObject.h"
8
9 @class SBSIMLockAlertItem, SBSIMLockEntryAlert;
10
11 @interface SBSIMLockManager : NSObject
12 {
13 BOOL _isInitialUpdate;
14 int _status;
15 SBSIMLockAlertItem *_currentAlert;
16 SBSIMLockEntryAlert *_lockEntryAlert;
17 }
18
19 + (id)sharedInstance;
20 - (void)dealloc;
21 - (BOOL)_hopelesslyPUKLocked;
22 - (int)_CTToSBSIMStatus:(struct __CFString *)fp8;
23 - (int)_statusFromCT;
24 - (void)lockEntryAlertDismissed:(id)fp8;
25 - (void)alertItemDismissed:(id)fp8;
26 - (void)repopAlert;
27 - (void)attemptUnlock;
28 - (void)_updateToStatus:(int)fp8;
29 - (void)_tryToUpdateStatus;
30 - (void)_tearDownAlertAndUpdateStatus;
31 - (void)_updateSIMStatus:(struct __CFString *)fp8 withOptions:(struct __CFDictionary *)fp12;
32 - (int)pinLockAttemptsRemaining;
33 - (int)pukLockAttemptsRemaining;
34 - (void)_initialUpdate;
35 - (void)_lockdownChanged;
36 - (void)registerForAlerts;
37 - (int)status;
38
39 @end
40