HXCircleProgressView.h 293 B

123456789101112131415
  1. //
  2. // HXCircleProgressView.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2017/5/18.
  6. // Copyright © 2017年 Silence. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HXCircleProgressView : UIView
  10. @property (nonatomic, assign) CGFloat progress;
  11. - (void)showError;
  12. @end