热点连接流程修改
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// HKPieChartView.h
|
||||
// PieChart
|
||||
//
|
||||
// Created by hukaiyin on 16/6/20.
|
||||
// Copyright © 2016年 HKY. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface HKPieChartView : UIView
|
||||
@property (nonatomic, assign) BOOL inCounting;
|
||||
- (void)updatePercent:(CGFloat)percent animation:(BOOL)animationed;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user