// // HKPieChartView.h // PieChart // // Created by hukaiyin on 16/6/20. // Copyright © 2016年 HKY. All rights reserved. // #import @interface HKPieChartView : UIView @property (nonatomic, assign) BOOL inCounting; - (void)updatePercent:(CGFloat)percent animation:(BOOL)animationed; - (void)endProgressWithString:(NSString *)text; @end