AceSL
2020-11-21 a609d13ff3c5f4b58b286dbb9419fc9670799c99
MyCircleView/MyCircleView.h
@@ -12,6 +12,11 @@
@interface MyCircleView : UIView
@property (nonatomic, assign) CGFloat strokelineWidth;         //进度条宽度
//progress: 0 ~ 100
- (void)circleWithProgress:(NSInteger)progress value:(CGFloat)value;
@end
NS_ASSUME_NONNULL_END