luxlabs header browser preview


@class NSString, SBAssistantRootViewController;

@interface SBAssistantWindow : SBSecureWindow <SBAssistantWindowProtocol>

@property (nonatomic) BOOL touchesPassThroughToSpringBoard;
@property (readonly, nonatomic) SBAssistantRootViewController *assistantRootViewController;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (BOOL)sb_autorotates;
+ (id)defaultLayoutStrategy;

- (BOOL)_canBecomeKeyWindow;
- (void)setRootViewController:(id)a0;
- (BOOL)isOpaque;
- (void)dealloc;
- (id)_hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1 windowServerHitTestWindow:(id)a2;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (id)hostedSceneIdentityTokens;
- (id)initWithWindowScene:(id)a0 role:(id)a1 debugName:(id)a2;

@end