luxlabs header browser preview


@class UIImageView, UILabel, UIPreviewAction;

@interface _UIPreviewQuickActionView : UIView

@property (weak, nonatomic) UIImageView *backgroundViewImage;
@property (weak, nonatomic) UIImageView *imageView;
@property (weak, nonatomic) UILabel *label;
@property (retain, nonatomic) UIPreviewAction *quickAction;
@property (nonatomic) BOOL selected;

- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (id)initWithCoder:(id)a0;
- (void)_updateCircleBackgroundImage;
- (id)centerYAnchor;
- (void)updateFromQuickAction;

@end