Searching for iOS 7.0 Headers

Switch to: 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 6.0, 5.0, 4.0, 3.0, macos_15.3.1


Back to SpringBoard
Viewing file: SBLockScreenManager.h   Raw   logify
SBLockScreenManager was found in iOS 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0
Filter:  
/*
* This header is generated by classdump-dyld 0.7
* on Friday, November 7, 2014 at 1:56:22 AM Eastern European Standard Time
* Operating System: Version 7.1.2 (Build 11D257)
* Image Source: /System/Library/CoreServices/SpringBoard.app/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2014 by Elias Limneos.
*/

#import <SpringBoard/SpringBoard-Structs.h>
#import <SpringBoard/SBLockScreenViewControllerDelegate.h>
#import <SpringBoardUIServices/SBUIBiometricEventObserver.h>
#import <SpringBoard/SBUIBiometricEventMonitorDelegate.h>

@class SBLockScreenViewControllerBase, SBPasscodeEntryAlertViewController, SBPasscodeLockDisableAssertion, NSMutableSet, NSHashTable;

@interface SBLockScreenManager : NSObject <SBLockScreenViewControllerDelegate, SBUIBiometricEventObserver, SBUIBiometricEventMonitorDelegate> {

SBLockScreenViewControllerBase* _lockScreenViewController;
BOOL _isUILocked;
BOOL _isWaitingToLockUI;
BOOL _appRequestedPasscodeEntry;
BOOL _uiHasBeenLockedOnce;
BOOL _uiUnlocking;
SBPasscodeEntryAlertViewController* _passcodeEntryController;
SBPasscodeLockDisableAssertion* _disablePasscodeLockWhileUIUnlockedAssertion;
NSMutableSet* _disableLockScreenIfPossibleAssertions;
NSHashTable* _disableUnlockAssertions;
BOOL _isInLostMode;
unsigned long long _failedMesaUnlockAttempts;
BOOL _bioAuthenticatedWhileMenuButtonDown;
}
@property (nonatomic,readonly) SBLockScreenViewControllerBase * lockScreenViewController; //@synthesize lockScreenViewController=_lockScreenViewController - In the implementation block
@property (readonly) BOOL isUILocked; //@synthesize isUILocked=_isUILocked - In the implementation block
@property (readonly) BOOL isWaitingToLockUI; //@synthesize isWaitingToLockUI=_isWaitingToLockUI - In the implementation block
@property (readonly) BOOL bioAuthenticatedWhileMenuButtonDown; //@synthesize bioAuthenticatedWhileMenuButtonDown=_bioAuthenticatedWhileMenuButtonDown - In the implementation block
@property (assign,getter=isUIUnlocking,nonatomic) BOOL UIUnlocking; //@synthesize uiUnlocking=_uiUnlocking - In the implementation block
+(id)_sharedInstanceCreateIfNeeded:(BOOL)arg1 ;
+(id)sharedInstance;
+(id)sharedInstanceIfExists;
-(BOOL)hasUIEverBeenLocked;
-(SBLockScreenViewControllerBase *)lockScreenViewController;
-(void)activateLostModeForRemoteLock:(BOOL)arg1 ;
-(void)unlockUIFromSource:(int)arg1 withOptions:(id)arg2 ;
-(void)lockUIFromSource:(int)arg1 withOptions:(id)arg2 ;
-(void)applicationRequestedDeviceUnlock;
-(BOOL)shouldLockUIAfterEndingCall;
-(BOOL)isUIUnlocking;
-(BOOL)isInLostMode;
-(void)remoteLock:(BOOL)arg1 ;
-(void)enableLostModePlugin;
-(void)_addDisableUnlockAssertion:(id)arg1 ;
-(void)_removeDisableUnlockAssertion:(id)arg1 ;
-(void)cancelApplicationRequestedDeviceLockEntry;
-(void)_bioAuthenticated:(id)arg1 ;
-(BOOL)bioAuthenticatedWhileMenuButtonDown;
-(BOOL)attemptUnlockWithPasscode:(id)arg1 ;
-(void)exitLostModeIfNecessaryFromRemoteRequest:(BOOL)arg1 ;
-(void)updateSpringBoardStatusBarForLockScreenTeardown;
-(void)addLockScreenDisableAssertion:(id)arg1 ;
-(void)removeLockScreenDisableAssertion:(id)arg1 ;
-(BOOL)isWaitingToLockUI;
-(void)startUIUnlockFromSource:(int)arg1 withOptions:(id)arg2 ;
-(id)_newLockScreenController;
-(void)_setUILocked:(BOOL)arg1 ;
-(void)activationChanged:(id)arg1 ;
-(void)_deviceLockedChanged:(id)arg1 ;
-(void)_lockUI;
-(void)_handleExternalUIUnlock:(id)arg1 ;
-(void)_deviceBlockedChanged:(id)arg1 ;
-(void)_resetOrRestoreStateChanged:(id)arg1 ;
-(void)_lockScreenDimmed:(id)arg1 ;
-(void)_frontmostDisplayChanged:(id)arg1 ;
-(BOOL)_shouldLockAfterTelephonyCall;
-(BOOL)_shouldLockAfterFaceTimeCall;
-(void)_activateLockScreenAnimated:(BOOL)arg1 automatically:(BOOL)arg2 inScreenOffMode:(BOOL)arg3 dimInAnimation:(BOOL)arg4 dismissNotificationCenter:(BOOL)arg5 ;
-(void)_postLockCompletedNotification:(BOOL)arg1 ;
-(void)_sendUILockStateChangedNotification;
-(BOOL)_shouldAutoUnlockFromUnlockSource:(int)arg1 ;
-(void)_finishUIUnlockFromSource:(int)arg1 withOptions:(id)arg2 ;
-(void)setUIUnlocking:(BOOL)arg1 ;
-(void)_lockFeaturesForRemoteLock:(BOOL)arg1 ;
-(void)_relockUIForButtonPress:(BOOL)arg1 afterCall:(BOOL)arg2 ;
-(id)init;
-(BOOL)handleKeyHIDEvent:(IOHIDEventRef)arg1 ;
-(void)biometricEventMonitor:(id)arg1 handleBiometricEvent:(unsigned long long)arg2 ;
-(BOOL)biometricEventMonitorShouldRelockAfterBioUnlock:(id)arg1 ;
-(BOOL)isUILocked;
-(BOOL)handleMenuButtonTap;
@end
Back to SpringBoard