luxlabs header browser preview


@class SBFullScreenContinuousExposeSwitcherModifier, SBAppSwitcherContinuousExposeSwitcherModifier, SBAppLayout;

@interface _SBContinuousExposePeekContentSwitcherModifier : SBSwitcherModifier {
    SBFullScreenContinuousExposeSwitcherModifier *_fullScreenContinuousExposeAppLayoutModifier;
    SBAppSwitcherContinuousExposeSwitcherModifier *_appSwitcherModifier;
}

@property (readonly, nonatomic) SBAppLayout *appLayout;
@property (readonly, nonatomic) long long configuration;

- (BOOL)isItemResizingAllowedForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (BOOL)shouldAllowContentViewTouchesForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (BOOL)switcherHitTestsAsOpaque;
- (unsigned long long)activeCornersForTouchResizeForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (id)adjustedAppLayoutsForAppLayouts:(id)a0;
- (id)keyboardSuppressionMode;
- (id)handleTapAppLayoutEvent:(id)a0;
- (BOOL)isLayoutRoleSelectable:(long long)a0 inAppLayout:(id)a1;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForLayoutRole:(long long)a0 inAppLayout:(id)a1 withBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a2;
- (void).cxx_destruct;
- (double)scaleForLayoutRole:(long long)a0 inAppLayout:(id)a1;
- (id)initWithAppLayout:(id)a0 configuration:(long long)a1;
- (id)responseForProposedChildResponse:(id)a0 childModifier:(id)a1 event:(id)a2;

@end