SVProgressAnimatedView.h 450 B

1234567891011121314151617
  1. //
  2. // SVProgressAnimatedView.h
  3. // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
  4. //
  5. // Copyright (c) 2017-2018 Tobias Tiemerding. All rights reserved.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface SVProgressAnimatedView : UIView
  9. @property (nonatomic, assign) CGFloat radius;
  10. @property (nonatomic, assign) CGFloat strokeThickness;
  11. @property (nonatomic, strong) UIColor *strokeColor;
  12. @property (nonatomic, assign) CGFloat strokeEnd;
  13. @end