luxlabs header browser preview


@class UIColor, CAShapeLayer;

@interface PUPhotoEditCircularIndicatorView : UIView

@property (retain, nonatomic) CAShapeLayer *backgroundLayer;
@property (retain, nonatomic) CAShapeLayer *progressLayer;
@property (nonatomic) double thickness;
@property (nonatomic) double currentValue;
@property (retain, nonatomic) UIColor *ringColor;
@property (nonatomic) double minValue;
@property (nonatomic) double maxValue;

- (void)traitCollectionDidChange:(id)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)resetToDefaults;
- (void)_setupLayers;
- (void)_layoutSubLayers;
- (void)_updateProgressLayer;

@end