luxlabs header browser preview


@class UIColor;

@interface BCUIRingView : UIView

@property (nonatomic) double ringStart;
@property (nonatomic) double ringEnd;
@property (nonatomic) double lineWidth;
@property (copy, nonatomic) UIColor *strokeColor;
@property (copy, nonatomic) UIColor *fillColor;

+ (Class)layerClass;

- (void)mt_applyVisualStyling:(id)a0;
- (void)setFractionComplete:(double)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)setFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (BOOL)_shouldAnimatePropertyWithKey:(id)a0;
- (void)_invalidatePath;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (id)_shapeLayer;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;

@end