luxlabs header browser preview


@class NSArray, NSString, UIView;

@interface WFCompactHighlightedView : UIView <MTVisualStylingRequiring>

@property (weak, nonatomic) UIView *backgroundView;
@property (weak, nonatomic) UIView *contentDimmingView;
@property (retain, nonatomic) UIView *contentView;
@property (readonly, copy, nonatomic) NSArray *requiredVisualStyleCategories;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (void)setVisualStylingProvider:(id)a0 forCategory:(long long)a1;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (void)didAddSubview:(id)a0;
- (void).cxx_destruct;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;

@end