@class NSString, UIViewController, SBLockScreenViewControllerBase; @protocol SBLockScreenContentStateProviding, SBIdleTimerProviding, SBLockScreenStatusBarTransitioning, SBLockScreenCallHandling, SBLockScreenSpotlightPresenting, SBButtonEventsHandler, SBAutoUnlockRule, SBLockScreenBehaviorSuppressing, SBApplicationHosting, SBLockScreenPluginPresenting, SBLockScreenButtonObserving, SBLockScreenBacklightControlling, SBLockScreenIdleTimerControlling, SBLockScreenPasscodeViewPresenting, SBFScreenWakeAnimationTarget, SBSWidgetMetricsProviding, SBLockScreenProximityBehaviorProviding, SBLockScreenLockingAndUnlocking, SBLockScreenMediaControlsPresenting, SBLockScreenCustomActionStoring, SBBiometricUnlockBehavior, SBLockScreenApplicationLaunching, SBLockScreenBlockedStateObserving; @interface SBLegacyLockScreenEnvironment : NSObject { SBLockScreenViewControllerBase *_lockScreenViewController; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) UIViewController *rootViewController; @property (readonly, nonatomic) id autoUnlockRule; @property (readonly, nonatomic) id biometricUnlockBehavior; @property (readonly, nonatomic) id buttonEventsHandler; @property (readonly, nonatomic) id applicationHoster; @property (readonly, nonatomic) id idleTimerProvider; @property (readonly, nonatomic) id screenWakeAnimationTarget; @property (readonly, nonatomic) id applicationLauncher; @property (readonly, nonatomic) id backlightController; @property (readonly, nonatomic) id behaviorSuppressor; @property (readonly, nonatomic) id blockedStateObserver; @property (readonly, nonatomic) id buttonObserver; @property (readonly, nonatomic) id callController; @property (readonly, nonatomic) id contentStateProvider; @property (readonly, nonatomic) id customActionStore; @property (readonly, nonatomic) id idleTimerController; @property (readonly, nonatomic) id lockController; @property (readonly, nonatomic) id mediaControlsPresenter; @property (readonly, nonatomic) id passcodeViewPresenter; @property (readonly, nonatomic) id pluginPresenter; @property (readonly, nonatomic) id proximityBehaviorProvider; @property (readonly, nonatomic) id statusBarTransitionController; @property (readonly, nonatomic) id widgetMetricsProvider; @property (readonly, nonatomic) id spotlightPresenter; - (id)succinctDescriptionBuilder; - (id)descriptionBuilderWithMultilinePrefix:(id)a0; - (id)descriptionWithMultilinePrefix:(id)a0; - (void).cxx_destruct; - (id)succinctDescription; - (id)initWithLockScreenViewController:(id)a0; @end