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