更换热点链接方式

This commit is contained in:
wbzhan
2019-09-30 13:30:50 +08:00
parent 41e5233e1f
commit bfdf208899
10 changed files with 259 additions and 62 deletions
+1 -1
View File
@@ -11,5 +11,5 @@
@interface HKPieChartView : UIView
@property (nonatomic, assign) BOOL inCounting;
- (void)updatePercent:(CGFloat)percent animation:(BOOL)animationed;
- (void)endProgressWithString:(NSString *)text;
@end