SVIndefiniteAnimatedView.h 407 B

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