luxlabs header browser preview


@class NSNumber, NSSet, NSString;
@protocol SBRemoteTransientOverlayHostViewControllerDelegate;

@interface SBRemoteTransientOverlayHostViewController : _UIRemoteViewController <SBUIRemoteAlertHostInterface_Internal, BSDescriptionProviding> {
    int _preferredStatusBarVisibility;
    NSNumber *_preferredStatusBarStyleValue;
    NSNumber *_hasTranslucentContentValue;
}

@property (weak, nonatomic) id<SBRemoteTransientOverlayHostViewControllerDelegate> delegate;
@property (readonly, nonatomic) BOOL allowsStackingOverlayContentAbove;
@property (readonly, nonatomic, getter=isContentOpaque) BOOL contentOpaque;
@property (readonly, nonatomic) long long requestedBackgroundStyle;
@property (readonly, nonatomic) BOOL prefersWallpaperTunnelActive;
@property (nonatomic) BOOL shouldEnableFadeInAnimation;
@property (nonatomic) BOOL shouldEnableFadeOutAnimation;
@property (readonly, nonatomic) BOOL allowsHomeButtonDismissal;
@property (readonly, nonatomic) unsigned long long preferredHardwareButtonEvents;
@property (readonly, nonatomic) long long dismissalAnimationStyle;
@property (readonly, nonatomic) long long swipeDismissalStyle;
@property (readonly, copy, nonatomic) NSNumber *preferredSceneDeactivationReasonValue;
@property (readonly, copy, nonatomic) NSSet *preferredBackgroundActivitiesToSuppress;
@property (readonly, nonatomic) BOOL shouldDisableOrientationUpdates;
@property (nonatomic) BOOL allowsCustomPresentationDismissalAnimations;
@property (nonatomic) BOOL shouldIgnoreContentOverlayInsetUpdates;
@property (readonly, nonatomic) BOOL shouldDisableBanners;
@property (readonly, nonatomic) BOOL shouldDisableControlCenter;
@property (readonly, nonatomic) BOOL shouldDisableReachability;
@property (readonly, nonatomic) BOOL shouldDisableInteractiveScreenshotGesture;
@property (readonly, nonatomic) BOOL shouldDisableSiri;
@property (readonly, nonatomic) BOOL shouldPendAlertItems;
@property (readonly, nonatomic, getter=isAttachedToWindowedAccessory) BOOL attachedToWindowedAccessory;
@property (readonly, nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } windowedAccessoryCutoutFrameInScreen;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)exportedInterface;
+ (id)serviceViewControllerInterface;

- (void)dismiss;
- (void)viewWillAppear:(BOOL)a0;
- (id)succinctDescriptionBuilder;
- (void)setIdleTimerDisabled:(BOOL)a0 forReason:(id)a1;
- (long long)preferredStatusBarStyle;
- (BOOL)resignFirstResponder;
- (void)invalidate;
- (id)descriptionBuilderWithMultilinePrefix:(id)a0;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void)viewWillDisappear:(BOOL)a0;
- (id)descriptionWithMultilinePrefix:(id)a0;
- (BOOL)_canShowWhileLocked;
- (void)viewServiceDidTerminateWithError:(id)a0;
- (BOOL)canBecomeFirstResponder;
- (void).cxx_destruct;
- (int)_preferredStatusBarVisibility;
- (id)succinctDescription;
- (void)viewDidAppear:(BOOL)a0;
- (BOOL)becomeFirstResponder;
- (void)setWhitePointAdaptivityStyle:(long long)a0;
- (void)deactivate;
- (BOOL)handleDoubleHeightStatusBarTap;
- (void)viewDidDisappear:(BOOL)a0;
- (BOOL)canResignFirstResponder;
- (void)_updateContentOverlayInsetsFromParentIfNecessary;
- (void)setShouldDismissOnUILock:(BOOL)a0;
- (void)setWallpaperStyle:(long long)a0 withDuration:(double)a1;
- (void)setDesiredHardwareButtonEvents:(unsigned long long)a0;
- (void)configureWithContext:(id)a0 completion:(id /* block */)a1;
- (void)didInvalidateForRemoteAlert;
- (void)didTransitionToAttachedToWindowedAccessory:(BOOL)a0 windowedAccessoryCutoutFrameInScreen:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1;
- (void)handleButtonActions:(id)a0;
- (void)setAllowsAlertItems:(BOOL)a0;
- (void)setAllowsAlertStacking:(BOOL)a0;
- (void)setAllowsBanners:(BOOL)a0;
- (void)setAllowsSiri:(BOOL)a0;
- (void)setDesiredAutoLockDuration:(double)a0;
- (void)setDismissalAnimationStyle:(long long)a0;
- (void)setLaunchingInterfaceOrientation:(long long)a0;
- (void)setOrientationChangedEventsEnabled:(BOOL)a0;
- (void)setSwipeDismissalStyle:(long long)a0;
- (void)setWallpaperTunnelActive:(BOOL)a0;
- (void)_participateInSystemAnimationFence:(id)a0;
- (void)setAllowsControlCenter:(BOOL)a0;
- (void)setAllowsMenuButtonDismissal:(BOOL)a0;
- (void)setBackgroundActivitiesToCancel:(id)a0 animationSettings:(id)a1;
- (void)setBackgroundStyle:(long long)a0 withDuration:(double)a1;
- (void)setDesiredIdleTimerSettings:(id)a0;
- (void)setInteractiveScreenshotGestureDisabled:(BOOL)a0;
- (void)setReachabilityDisabled:(BOOL)a0;
- (void)setSceneDeactivationReason:(id)a0;
- (void)setShouldDisableFadeInAnimation:(BOOL)a0;
- (void)setStatusBarHidden:(BOOL)a0 withDuration:(double)a1;
- (void)setStyleOverridesToCancel:(unsigned long long)a0 animationSettings:(id)a1;
- (void)setSupportedInterfaceOrientationOverride:(unsigned long long)a0;
- (void)dismissForTransientOverlayAnimated:(BOOL)a0 completion:(id /* block */)a1;
- (void)prepareForActivationWithContext:(id)a0 presentationMode:(long long)a1 completion:(id /* block */)a2;
- (void)presentForTransientOverlayAnimated:(BOOL)a0 completion:(id /* block */)a1;
- (void)preserveInputViewsAnimated:(BOOL)a0;
- (void)restoreInputViewsAnimated:(BOOL)a0;

@end