@class UIColor; @interface LPCircularProgressIndicatorStyle : NSObject @property (nonatomic) double borderWidth; @property (retain, nonatomic) UIColor *borderColor; @property (retain, nonatomic) UIColor *fillColor; - (id)initWithPlatform:(long long)a0; - (void).cxx_destruct; @end