luxlabs header browser preview


@class NSString, UIWindowScene, UIView;

@interface _UIRemoteKeyboardPlaceholderView : UIView <UISplittableInputView, _UIRemoteKeyboardInputViewPlaceholder> {
    UIView *_mirroredView;
    struct CGSize { double width; double height; } _fixedSize;
    id /* block */ _sizeBlock;
    UIWindowScene *_sceneForHeight;
    BOOL _isLocalMinimumHeight;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (nonatomic) struct CGSize { double x0; double x1; } fixedSize;
@property (readonly) UIView *placeheldView;
@property (retain, nonatomic) UIView *fallbackView;
@property (retain, nonatomic) UIView *associatedView;
@property (readonly, nonatomic) BOOL isLocalMinimumHeightPlaceholder;

+ (id)placeholderWithWidth:(double)a0 height:(double)a1;
+ (id)placeholderForView:(id)a0;
+ (id)placeholderWithWidthSizer:(id /* block */)a0 heightWithScene:(id)a1;

- (id)initWithSize:(struct CGSize { double x0; double x1; })a0;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_compatibleBounds;
- (void)layoutMergedSubviews;
- (void)willBeginSplitTransition;
- (BOOL)pointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (void)_isPlaceholderViewSelector;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void)_setLeftOffset:(double)a0 gapWidth:(double)a1;
- (struct CGSize { double x0; double x1; })leftContentViewSize;
- (void)didEndSplitTransition;
- (BOOL)refreshPlaceholder;
- (void)_beginSplitTransitionIfNeeded:(double)a0 gapWidth:(double)a1;
- (void).cxx_destruct;
- (void)_setProgress:(double)a0 boundedBy:(double)a1;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (void)layoutSplitSubviewsWithLeftContentSize:(struct CGSize { double x0; double x1; })a0 rightContentSize:(struct CGSize { double x0; double x1; })a1;
- (void)_configureDebugOverlayIfNecessary;
- (BOOL)isEqual:(id)a0;
- (void)_endSplitTransitionIfNeeded:(BOOL)a0;
- (struct CGSize { double x0; double x1; })rightContentViewSize;
- (void)updateSplitSubviewContraintsWithLeftContentSize:(struct CGSize { double x0; double x1; })a0 rightContentSize:(struct CGSize { double x0; double x1; })a1;
- (void)updateMergedSubviewConstraints;

@end