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