@class UIColor, CAShapeLayer; @interface VUICircularProgress : VUIBaseView @property (retain, nonatomic) CAShapeLayer *indeterminateLayer; @property (retain, nonatomic) CAShapeLayer *centerLayer; @property (retain, nonatomic) CAShapeLayer *progressLayer; @property (retain, nonatomic) CAShapeLayer *progressBackgroundLayer; @property (nonatomic) double indeterminateWidth; @property (nonatomic, getter=isIndeterminate) BOOL indeterminate; @property (retain, nonatomic) UIColor *progressFillColor; @property (retain, nonatomic) UIColor *progressBgColor; @property (nonatomic) BOOL progressBgHidden; @property (nonatomic) double progressWidth; @property (nonatomic) double progress; @property (nonatomic) double centerSquareWidth; @property (nonatomic) double centerSquareCornerRadius; - (void)_updateColors; - (void)_applicationWillEnterForeground:(id)a0; - (void)dealloc; - (void)tintColorDidChange; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)_startIndeterminateAnimation; - (void)vui_didMoveToWindow; - (struct CGSize { double x0; double x1; })vui_layoutSubviews:(struct CGSize { double x0; double x1; })a0 computationOnly:(BOOL)a1; - (struct CGSize { double x0; double x1; })vui_sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)_addIndeterminateLayer; - (void)_addProgressLayer; - (void)_configureProgress:(BOOL)a0; - (id)_indeterminatePath; - (id)_progressPath; - (void)_removeIndeterminateLayer; - (void)_removeProgressLayer; @end