]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBLockdownManager.h
c67921286535c2b14e0d10e696881ec12b3cbd8a
[iphone-api.git] / SpringBoard-2.0 / SBLockdownManager.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 SBDismissOnlyAlertItem;
10
11 @interface SBLockdownManager : NSObject
12 {
13 int _state;
14 BOOL _settingUpActivationState;
15 BOOL _isBricked;
16 BOOL _isInternalInstall;
17 BOOL _hasShownWaitingAlertThisSession;
18 BOOL _hasShownMismatchedSIM;
19 SBDismissOnlyAlertItem *_activatingAlertItem;
20 }
21
22 + (id)sharedInstance;
23 - (id)init;
24 - (BOOL)_hasEverRegistered;
25 - (void)_setHasEverRegistered:(BOOL)fp8;
26 - (BOOL)_isRegisteredToNetwork;
27 - (void)_setCurrentAlertItem:(id)fp8;
28 - (BOOL)_shouldShowTelephonyAlerts;
29 - (void)_postAlertsIfNeeded;
30 - (void)_resetActivationState;
31 - (void)_activationFailed;
32 - (void)_serviceAvailabilityChanged:(id)fp8;
33 - (void)_setupActivationState;
34 - (BOOL)brickedDevice;
35 - (BOOL)isInternalInstall;
36 - (int)lockdownState;
37 - (void)dealloc;
38
39 @end
40