- //
- // CircleView.h
- // IBOSS
- //
- // Created by guan hong hou on 2018/6/22.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "UIColor+hexColor.h"
- @interface CircleView : UIView
- @property(nonatomic,strong) NSString *completePercent;
- @end
|