luxlabs header browser preview


@class SBLockScreenManager, SBFUserAuthenticationController;

@interface SBStartupTransitionToLockOut : SBBaseStartupTransition {
    SBFUserAuthenticationController *_authController;
}

@property (readonly, nonatomic) SBLockScreenManager *lockScreenManager;

- (void).cxx_destruct;
- (id)initWithDestination:(unsigned long long)a0 context:(id)a1;
- (void)performTransitionWithCompletionBlock:(id /* block */)a0;
- (id)suggestedLockAnimationForTransitionRequest:(id)a0;

@end