luxlabs header browser preview


@class NSLayoutConstraint, UIView;

@interface WFDictateTextActionStopButton : UIButton

@property (weak, nonatomic) UIView *redSquare;
@property (weak, nonatomic) NSLayoutConstraint *redSquareWidthConstraint;
@property (nonatomic) BOOL recording;

- (id)accessibilityLabel;
- (id)init;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void)setHighlighted:(BOOL)a0;
- (void)drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (double)currentInnerCircleRadius;
- (double)currentLineWidth;
- (double)currentStopButtonSize;
- (void)setRecording:(BOOL)a0 animated:(BOOL)a1;

@end