CircleView.h 281 B

12345678910111213
  1. //
  2. // CircleView.h
  3. // IBOSS
  4. //
  5. // Created by guan hong hou on 2018/6/22.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "UIColor+hexColor.h"
  10. @interface CircleView : UIView
  11. @property(nonatomic,strong) NSString *completePercent;
  12. @end