/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, November 15, 2023 at 5:47:02 PM Eastern European Standard Time
* Operating System: Version 17.1 (Build 21B74)
* Image Source: /System/Library/PrivateFrameworks/SpringBoard.framework/SpringBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <SpringBoard/SpringBoard-Structs.h>
#import <SpringBoard/BSDescriptionProviding.h>
#import <SpringBoard/SBPasscodeEntryTransientOverlayViewControllerDelegate.h>
#import <SpringBoard/SBFPrivateAuthenticationObserver.h>
#import <SpringBoard/CSCoverSheetViewControllerDelegate.h>
#import <SpringBoard/CSWallpaperColorProvider.h>
#import <SpringBoard/SBLockScreenBiometricAuthenticationCoordinatorDelegate.h>
#import <SpringBoard/SBHomeButtonShowPasscodeRecognizerDelegate.h>
#import <SpringBoard/SBHomeButtonSuppressAfterUnlockRecognizerDelegate.h>
#import <SpringBoard/PBUIWallpaperObserver.h>
#import <SpringBoard/SBCoverSheetPresentationDelegate.h>
#import <SpringBoard/SBUILockStateProvider.h>
#import <SpringBoard/SBTapToWakeDelegate.h>
#import <SpringBoard/SBSRemoteAlertHandleObserver.h>
#import <SpringBoard/SBBacklightControllerObserver.h>
#import <SpringBoard/SBMotionDetectionWakeControllerDelegate.h>
#import <UIKit/UIGestureRecognizerDelegate.h>
#import <SpringBoard/SBIdleTimerProviding.h>
#import <SpringBoard/SBIdleTimerCoordinating.h>
#import <SpringBoard/SBUILockStateProviding.h>
@protocol SBLockScreenEnvironment, SBHomeButtonShowPasscodeRecognizer, SBHomeButtonSuppressAfterUnlockRecognizer, SBFLockOutStatusProvider, BSInvalidatable, SAInvalidatable;
@class SBLockScreenBiometricAuthenticationCoordinator, SBCoverSheetBiometricResourceObserver, SBPearlInterlockObserver, SBLockScreenUnlockRequest, SBPasscodeEntryTransientOverlayViewController, SBFAuthenticationAssertion, SBLockScreenDisabledAssertionManager, SBLockScreenAutoUnlockAggregateRule, SBSRemoteAlertHandle, SBFUserAuthenticationController, SBLiftToWakeManager, SBTapToWakeController, SBFMouseButtonDownGestureRecognizer, SBMotionDetectionWakeController, NSMutableDictionary, NSMutableSet, SBIdleTimerCoordinatorHelper, UINotificationFeedbackGenerator, SBLockElementViewProvider, NSString, BSCompoundAssertion, NSHashTable, SBLockScreenOrientationManager, CSCoverSheetViewController;
@interface SBLockScreenManager : NSObject <BSDescriptionProviding, SBPasscodeEntryTransientOverlayViewControllerDelegate, SBFPrivateAuthenticationObserver, CSCoverSheetViewControllerDelegate, CSWallpaperColorProvider, SBLockScreenBiometricAuthenticationCoordinatorDelegate, SBHomeButtonShowPasscodeRecognizerDelegate, SBHomeButtonSuppressAfterUnlockRecognizerDelegate, PBUIWallpaperObserver, SBCoverSheetPresentationDelegate, SBUILockStateProvider, SBTapToWakeDelegate, SBSRemoteAlertHandleObserver, SBBacklightControllerObserver, SBMotionDetectionWakeControllerDelegate, UIGestureRecognizerDelegate, SBIdleTimerProviding, SBIdleTimerCoordinating, SBUILockStateProviding> {
SBLockScreenBiometricAuthenticationCoordinator* _biometricAuthenticationCoordinator;
SBCoverSheetBiometricResourceObserver* _biometricResourceObserver;
SBPearlInterlockObserver* _pearlInterlockObserver;
id<SBLockScreenEnvironment> _lockScreenEnvironment;
id<SBHomeButtonShowPasscodeRecognizer> _homeButtonShowPasscodeRecognizer;
id<SBHomeButtonSuppressAfterUnlockRecognizer> _homeButtonSuppressAfterUnlockRecognizer;
BOOL _allowDisablePasscodeLockAssertion;
BOOL _allowUILockUnlock;
BOOL _isScreenOn;
BOOL _isUILocked;
SBLockScreenUnlockRequest* _unlockRequest;
BOOL _saveUnlockRequest;
BOOL _uiHasBeenLockedOnce;
BOOL _uiUnlocking;
BOOL _presentedPasscodeWhileUILocking;
SBPasscodeEntryTransientOverlayViewController* _passcodeEntryTransientOverlayViewController;
BOOL _passcodeEntryTransientOverlayViewControllerPresentedAnimated;
SBFAuthenticationAssertion* _sustainAuthenticationWhileUIUnlockedAssertion;
SBLockScreenDisabledAssertionManager* _lockScreenDisabledAssertionManager;
BOOL _isInLostMode;
SBLockScreenAutoUnlockAggregateRule* _autoUnlockRuleAggregator;
BOOL _shouldTransitionIrisWallpaperToStillWhenPlaybackFinishes;
SBSRemoteAlertHandle* _wakeToRemoteAlertHandle;
/*^block*/id _alertLaunchFinish;
id<SBFLockOutStatusProvider> _lockOutController;
SBFUserAuthenticationController* _userAuthController;
SBLiftToWakeManager* _liftToWakeManager;
SBTapToWakeController* _tapToWakeController;
SBFMouseButtonDownGestureRecognizer* _mouseButtonDownGesture;
SBMotionDetectionWakeController* _motionDetectionWakeController;
NSMutableDictionary* _mesaCoordinatorDisabledAssertions;
NSMutableDictionary* _mesaWalletPreArmDisabledAssertions;
NSMutableSet* _mesaWalletPreArmDisabledReasons;
NSMutableDictionary* _mesaAutoUnlockingDisabledAssertions;
NSMutableDictionary* _mesaUnlockingDisabledAssertions;
SBIdleTimerCoordinatorHelper* _idleTimerCoordinatorHelper;
UINotificationFeedbackGenerator* _authenticationFeedbackGenerator;
id<BSInvalidatable> _bannerSuppressionAssertion;
id<BSInvalidatable> _pipInterruptionAssertion;
id<SAInvalidatable> _proudLockAssertion;
SBLockElementViewProvider* _lockElement;
NSString* _delayedLockReason;
BOOL _ignoringDelayDismissalPending;
BSCompoundAssertion* _lockScreenPresentationPendingAssertions;
id<BSInvalidatable> _motionDetectionIdleTimerAssertion;
NSHashTable* _lockElementSuppressionAssertions;
BOOL _isWaitingToLockUI;
SBLockScreenOrientationManager* _lockScreenOrientationManager;
/*^block*/id _unlockActionBlock;
}
@property (assign,getter=isUIUnlocking,nonatomic) BOOL UIUnlocking; //@synthesize uiUnlocking=_uiUnlocking - In the implementation block
@property (setter=_setLockOutController:,getter=_lockOutController,nonatomic,retain) id<SBFLockOutStatusProvider> lockOutController; //@synthesize lockOutController=_lockOutController - In the implementation block
@property (setter=_setUserAuthController:,getter=_userAuthController,nonatomic,retain) SBFUserAuthenticationController * userAuthController; //@synthesize userAuthController=_userAuthController - In the implementation block
@property (setter=_setLiftToWakeManager:,getter=_liftToWakeManager,nonatomic,retain) SBLiftToWakeManager * liftToWakeManager; //@synthesize liftToWakeManager=_liftToWakeManager - In the implementation block
@property (setter=_setTapToWakeController:,getter=_tapToWakeController,nonatomic,retain) SBTapToWakeController * tapToWakeController; //@synthesize tapToWakeController=_tapToWakeController - In the implementation block
@property (setter=_setMotionDetectionWakeController:,getter=_motionDetectionWakeController,nonatomic,retain) SBMotionDetectionWakeController * motionDetectionWakeController; //@synthesize motionDetectionWakeController=_motionDetectionWakeController - In the implementation block
@property (nonatomic,copy) id unlockActionBlock; //@synthesize unlockActionBlock=_unlockActionBlock - In the implementation block
@property (nonatomic,readonly) id<SBLockScreenEnvironment> lockScreenEnvironment; //@synthesize lockScreenEnvironment=_lockScreenEnvironment - In the implementation block
@property (nonatomic,readonly) CSCoverSheetViewController * coverSheetViewController;
@property (nonatomic,readonly) id<SBNotificationDestination> notificationDestination;
@property (nonatomic,readonly) SBLockScreenOrientationManager * lockScreenOrientationManager; //@synthesize lockScreenOrientationManager=_lockScreenOrientationManager - 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 shouldHandlePocketStateChanges;
@property (readonly) BOOL shouldTapToWake;
@property (readonly) BOOL shouldPlayLockSound;
@property (readonly) BOOL isLockScreenActive;
@property (readonly) BOOL isLockScreenVisible;
@property (readonly) BOOL hasWakeToContentForInactiveDisplay;
@property (readonly) BOOL isSupressingLockButton;
@property (readonly) BOOL bioAuthenticatedWhileMenuButtonDown;
@property (getter=isLockScreenPresentationPending,readonly) BOOL lockScreenPresentationPending;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
+(id)sharedInstance;
+(id)_sharedInstanceCreateIfNeeded:(BOOL)arg1 ;
+(id)sharedInstanceIfExists;
-(BOOL)handleKeyHIDEvent:(IOHIDEventRef)arg1 ;
-(void)remoteAlertHandleDidActivate:(id)arg1 ;
-(void)wallpaperDidChangeForVariant:(long long)arg1 ;
-(void)_noteStartupTransitionDidBegin;
-(id)succinctDescriptionBuilder;
-(id)idleTimerProvider:(id)arg1 didProposeBehavior:(id)arg2 forReason:(id)arg3 ;
-(void)activationChanged:(id)arg1 ;
-(BOOL)_shouldBeInSetupMode;
-(void)coverSheetWindowedAccessoryViewControllerDidDismiss:(id)arg1 ;
-(BOOL)_attemptUnlockWithPasscode:(id)arg1 finishUIUnlock:(BOOL)arg2 ;
-(id<SBLockScreenEnvironment>)lockScreenEnvironment;
-(void)activateLostModeForRemoteLock:(BOOL)arg1 ;
-(CSCoverSheetViewController *)coverSheetViewController;
-(void)_resetOrRestoreStateChanged:(id)arg1 ;
-(void)loadViewsIfNeeded;
-(id<SBNotificationDestination>)notificationDestination;
-(void)_maybeLaunchSetupForcingCheckIfNotBricked:(BOOL)arg1 ;
-(void)homeButtonShowPasscodeRecognizerDidFailToRecognize:(id)arg1 ;
-(void)startUIUnlockFromSource:(int)arg1 withOptions:(id)arg2 ;
-(BOOL)_shouldLockAfterEndingFaceTimeCall;
-(void)_disconnectActiveCallIfNeededFromSource:(int)arg1 ;
-(void)_createAuthenticationAssertion;
-(void)_reevaluateSystemApertureLockElementSuppressionWithReason:(id)arg1 ;
-(void)tapToWakeControllerDidRecognizePencilWakeGesture:(id)arg1 ;
-(void)_showSystemApertureProudLockElementForBacklightState:(long long)arg1 WithReason:(id)arg2 ;
-(void)lockScreenViewControllerDidPresent;
-(id)coordinatorRequestedIdleTimerBehavior:(id)arg1 ;
-(void)coverSheetViewController:(id)arg1 requestsTransientOverlaysDismissedAnimated:(BOOL)arg2 ;
-(id)acquireSystemApertureLockElementSuppressionAssertionWithReason:(id)arg1 ;
-(BOOL)_shouldBloomForAnyReason;
-(void)coverSheetViewControllerWillPresentInlinePasscode:(id)arg1 ;
-(void)_setHomeButtonSuppressAfterUnlockRecognizer:(id)arg1 ;
-(BOOL)hasUIEverBeenLocked;
-(void)requestUserAttentionScreenWakeFromSource:(int)arg1 reason:(id)arg2 ;
-(id)newLegibilitySettingsProvider;
-(void)noteBacklightWillTransitionToInactive;
-(void)_setIdleTimerCoordinator:(id)arg1 ;
-(void)_wakeScreenForTapToWake;
-(BOOL)coverSheetViewControllerIsShowingSecureApp:(id)arg1 ;
-(void)_cleanupSystemApertureLockElementIgnoringDelays:(BOOL)arg1 reason:(id)arg2 ;
-(id)_statusBarLayoutManager;
-(BOOL)_shouldUnlockUIOnKeyDownEvent;
-(void)addLockScreenDisableAssertion:(id)arg1 ;
-(void)coverSheetPresentationManager:(id)arg1 unlockWithRequest:(id)arg2 completion:(/*^block*/id)arg3 ;
-(void)homeButtonSuppressAfterUnlockRecognizerRequestsEndOfSuppression:(id)arg1 ;
-(BOOL)_attemptUnlockWithPasscode:(id)arg1 mesa:(BOOL)arg2 finishUIUnlock:(BOOL)arg3 completion:(/*^block*/id)arg4 ;
-(id)_tapToWakeController;
-(void)biometricAuthenticationCoordinator:(id)arg1 handleIdentityMatchSuccess:(BOOL)arg2 ;
-(BOOL)shouldPlayLockSound;
-(id)passcodeEntryTransientOverlayViewControllerStatusText;
-(void)_setUILocked:(BOOL)arg1 ;
-(void)_setMesaCoordinatorDisabled:(BOOL)arg1 forReason:(id)arg2 ;
-(void)_setSystemApertureProudLockElementVisible:(BOOL)arg1 withReason:(id)arg2 afterDelay:(double)arg3 ;
-(void)hideDimmingLayerDidChange:(BOOL)arg1 ;
-(void)_setTapToWakeController:(id)arg1 ;
-(BOOL)coverSheetViewControllerIsPasscodeVisible:(id)arg1 ;
-(BOOL)coverSheetViewControllerShouldPreserveOrientationForExternalTransition:(id)arg1 ;
-(void)backlightController:(id)arg1 willTransitionToBacklightState:(long long)arg2 source:(long long)arg3 ;
-(void)_setWalletPreArmDisabled:(BOOL)arg1 forReason:(id)arg2 ;
-(BOOL)coverSheetViewControllerHasBeenDismissedSinceKeybagLock:(id)arg1 ;
-(double)contrastForCurrentWallpaper;
-(void)_handleAuthenticationFeedback:(id)arg1 ;
-(BOOL)_isUnlockDisabled;
-(BOOL)passcodeEntryTransientOverlayViewControllerDidDetectFaceOcclusionsSinceScreenOn:(id)arg1 ;
-(void)noteMenuButtonSinglePress;
-(BOOL)unlockWithRequest:(id)arg1 completion:(/*^block*/id)arg2 ;
-(BOOL)passcodeEntryTransientOverlayViewController:(id)arg1 authenticatePasscode:(id)arg2 ;
-(void)updateSpringBoardStatusBarForLockScreenTeardown;
-(void)lockUIFromSource:(int)arg1 withOptions:(id)arg2 ;
-(BOOL)isInLostMode;
-(id)_lockOutController;
-(void)_setHomeButtonShowPasscodeRecognizer:(id)arg1 ;
-(void)coverSheetWindowedAccessoryViewControllerDidPresent:(id)arg1 ;
-(void)extendedKeybagLockStateChanged:(BOOL)arg1 ;
-(void)_deviceBlockedChanged:(id)arg1 ;
-(BOOL)_shouldReactivateInCallWakingTheDisplay:(BOOL)arg1 ;
-(void)_setMotionDetectionWakeController:(id)arg1 ;
-(BOOL)_shouldWakeToInCallForUnlockSource:(int)arg1 wakingTheDisplay:(BOOL)arg2 ;
-(id)_newLockScreenEnvironment;
-(id)descriptionBuilderWithMultilinePrefix:(id)arg1 ;
-(void)motionDetectionWakeController:(id)arg1 motionDetectStateChanged:(BOOL)arg2 ;
-(BOOL)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2 ;
-(BOOL)shouldLockUIAfterEndingCall;
-(void)coverSheetViewControllerIrisPlayingDidFinish:(id)arg1 ;
-(id)_hostingWindowScene;
-(BOOL)_shouldBeShowingLockElement;
-(void)removeLockScreenDisableAssertion:(id)arg1 ;
-(void)lockUIFromSource:(int)arg1 withOptions:(id)arg2 completion:(/*^block*/id)arg3 ;
-(void)coverSheetViewController:(id)arg1 unlockWithRequest:(id)arg2 completion:(/*^block*/id)arg3 ;
-(BOOL)hasWakeToContentForInactiveDisplay;
-(void)exitLostModeIfNecessaryFromRemoteRequest:(BOOL)arg1 ;
-(void)_lockScreenDimmed:(id)arg1 ;
-(void)lockScreenViewControllerWillPresent;
-(SBLockScreenOrientationManager *)lockScreenOrientationManager;
-(BOOL)_attemptUnlockWithPasscode:(id)arg1 mesa:(BOOL)arg2 finishUIUnlock:(BOOL)arg3 ;
-(BOOL)shouldTapToWake;
-(void)_setupModeChanged;
-(BOOL)biometricAuthenticationCoordinatorShouldWaitToInvalidateMatchingAssertion:(id)arg1 ;
-(id)succinctDescription;
-(void)_prepareWallpaperForStaticMode;
-(void)tapToWakeControllerDidRecognizeWakeGesture:(id)arg1 ;
-(id)unlockActionBlock;
-(void)backlightController:(id)arg1 didUpdateDigitizerDisabled:(BOOL)arg2 tapToWakeEnabled:(BOOL)arg3 ;
-(BOOL)_specifiesTransientPresentationForMode:(long long)arg1 ;
-(id)_motionDetectionWakeController;
-(BOOL)passcodeEntryTransientOverlayViewControllerDidDetectBottomFaceOcclusionsSinceScreenOn:(id)arg1 ;
-(void)_authenticationStateChanged:(id)arg1 ;
-(void)_reallySetUILocked:(BOOL)arg1 ;
-(BOOL)unlockUIFromSource:(int)arg1 withOptions:(id)arg2 ;
-(void)_evaluateWallpaperMode;
-(BOOL)isSupressingLockButton;
-(void)setUIUnlocking:(BOOL)arg1 ;
-(BOOL)_shouldHideLockForElementSuppressionAssertion;
-(void)coverSheetViewController:(id)arg1 requestsPreArmDisabled:(BOOL)arg2 forReason:(id)arg3 ;
-(id)init;
-(void)_setMesaAutoUnlockingDisabled:(BOOL)arg1 forReason:(id)arg2 ;
-(BOOL)coverSheetViewControllerTraitsArbiterOrientationActuationEnabled:(id)arg1 ;
-(void)_cleanupSystemApertureLockElementIfNecessaryWithReason:(id)arg1 ;
-(void)_clearAuthenticationLockAssertion;
-(BOOL)_requiresEmptyLockElementForBacklightState:(long long)arg1 ;
-(BOOL)_shouldWakeToOtherContentForUnlockSource:(int)arg1 wakingTheDisplay:(BOOL)arg2 stopAfterWakeTo:(BOOL)arg3 ;
-(void)_updateBloomIfNeeded;
-(BOOL)handlesHomeButtonSinglePresses;
-(void)_evaluatePreArmDisabledAssertions;
-(void)coverSheetViewControllerDidDismissInlinePasscode:(id)arg1 ;
-(id)descriptionWithMultilinePrefix:(id)arg1 ;
-(void)lockScreenViewControllerDidDismiss;
-(id)acquireLockScreenPresentationPendingAssertionWithReason:(id)arg1 ;
-(BOOL)isWaitingToLockUI;
-(BOOL)_setPasscodeVisible:(BOOL)arg1 animated:(BOOL)arg2 ;
-(BOOL)_shouldBeShowingLockElementForBacklightState:(long long)arg1 ;
-(BOOL)isLockScreenPresentationPending;
-(void)lockScreenViewControllerWillDismiss;
-(void)attemptUnlockWithPasscode:(id)arg1 finishUIUnlock:(BOOL)arg2 completion:(/*^block*/id)arg3 ;
-(void)_sendUILockStateChangedNotification;
-(void)_setSystemApertureProudLockElementVisible:(BOOL)arg1 backlightState:(long long)arg2 withReason:(id)arg3 ;
-(void)_activeCallStateChanged;
-(void)_showSystemApertureProudLockElementIfSupportedWithReason:(id)arg1 ;
-(BOOL)_finishUIUnlockFromSource:(int)arg1 withOptions:(id)arg2 ;
-(BOOL)coverSheetViewControllerHasSecureApp:(id)arg1 ;
-(void)setPasscodeVisible:(BOOL)arg1 animated:(BOOL)arg2 ;
-(void)coverSheetViewController:(id)arg1 setMesaUnlockingDisabled:(BOOL)arg2 forReason:(id)arg3 ;
-(void)_setLiftToWakeManager:(id)arg1 ;
-(BOOL)biometricAuthenticationCoordinator:(id)arg1 requestsUnlockWithIntent:(int)arg2 ;
-(void)coverSheetViewController:(id)arg1 startSpotlightInteractiveGestureTransactionForGesture:(id)arg2 ;
-(BOOL)handleTransitionRequest:(id)arg1 ;
-(void)_wakeScreenForMouseButtonDown:(id)arg1 ;
-(void)_handleBacklightDidTurnOff:(id)arg1 ;
-(BOOL)_shouldLockAfterEndingTelephonyCall;
-(void)_setLockOutController:(id)arg1 ;
-(void)passcodeEntryTransientOverlayViewControllerRequestsDismissal:(id)arg1 ;
-(BOOL)_isPasscodeVisible;
-(void)homeButtonShowPasscodeRecognizerRequestsPasscodeUIToBeShown:(id)arg1 ;
-(void)backlightController:(id)arg1 didTransitionToBacklightState:(long long)arg2 source:(long long)arg3 ;
-(id)_liftToWakeManager;
-(void)coverSheetViewControllerHandleUnlockAttemptSucceeded:(id)arg1 ;
-(void)noteMenuButtonDoublePress;
-(BOOL)_canAttemptRealUIUnlockIgnoringBacklightNonsenseWithReason:(out id*)arg1 ;
-(void)passcodeEntryTransientOverlayViewControllerDidDisappear:(id)arg1 ;
-(void)_handleBacklightLevelWillChange:(id)arg1 ;
-(BOOL)_shouldEmulateInterstitialPresentationForAccessibility:(BOOL)arg1 ;
-(id)averageColorForCurrentWallpaperInScreenRect:(CGRect)arg1 ;
-(id)biometricAuthenticationCoordinator;
-(void)_setUserAuthController:(id)arg1 ;
-(BOOL)isLockScreenVisible;
-(void)_lockFeaturesForRemoteLock:(BOOL)arg1 ;
-(BOOL)_shouldDisconnectCallWhenLockingForActiveAudioRoute;
-(void)_runUnlockActionBlock:(BOOL)arg1 ;
-(void)_prepareWallpaperForInteractiveMode;
-(BOOL)isUIUnlocking;
-(id)acquireMotionDetectionWakeEnableAssertionWithReason:(id)arg1 ;
-(void)setUnlockActionBlock:(id)arg1 ;
-(void)attemptUnlockWithPasscode:(id)arg1 ;
-(BOOL)_hasValidLockElementSuppressionAssertion;
-(id)averageColorForCurrentWallpaper;
-(void)_setMesaUnlockingDisabled:(BOOL)arg1 forReason:(id)arg2 ;
-(void)setBiometricAutoUnlockingDisabled:(BOOL)arg1 forReason:(id)arg2 ;
-(void)remoteLock:(BOOL)arg1 ;
-(void)_relockUIForButtonlikeSource:(int)arg1 ;
-(void)_emulateInterstitialPasscodePresentationForAccessibility:(BOOL)arg1 ;
-(BOOL)isLockScreenDisabledForAssertion;
-(void)attemptUnlockWithMesa;
-(NSString *)description;
-(BOOL)_unlockWithRequest:(id)arg1 cancelPendingRequests:(BOOL)arg2 completion:(/*^block*/id)arg3 ;
-(void)_setSystemApertureProudLockElementVisible:(BOOL)arg1 withReason:(id)arg2 ;
-(void)coverSheetViewController:(id)arg1 requestsTouchIDDisabled:(BOOL)arg2 forReason:(id)arg3 ;
-(void)lockScreenViewControllerRequestsUnlock;
-(void)coverSheetViewControllerShouldDismissContextMenu:(id)arg1 ;
-(void)_activateLockScreenAnimated:(BOOL)arg1 animationProvider:(/*^block*/id)arg2 automatically:(BOOL)arg3 inScreenOffMode:(BOOL)arg4 dismissNotificationCenter:(BOOL)arg5 completion:(/*^block*/id)arg6 ;
-(id)passcodeEntryTransientOverlayViewControllerStatusSubtitleText;
-(void)_noteStartupTransitionWillBegin;
-(void)_postLockCompletedNotification:(BOOL)arg1 ;
-(BOOL)isLockScreenActive;
-(void)reevaluateSystemApertureLockElementSuppressionWithReason:(id)arg1 ;
-(BOOL)_lockUI;
-(BOOL)isUILocked;
-(BOOL)biometricAuthenticationCoordinator:(id)arg1 requestsAuthenticationFeedback:(id)arg2 ;
-(BOOL)isPasscodeEntryTransientOverlayVisible;
-(BOOL)willAttemptToHandleTransitionRequest:(id)arg1 ;
-(void)enableLostModePlugin;
-(BOOL)shouldHandlePocketStateChanges;
-(void)passcodeEntryTransientOverlayViewControllerRequestsEmergencyCall:(id)arg1 ;
-(BOOL)bioAuthenticatedWhileMenuButtonDown;
-(id)_userAuthController;
-(BOOL)_canHandleTransitionRequest:(id)arg1 ;
@end