// // SVProgressAnimatedView.h // SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD // // Copyright (c) 2017-2019 Tobias Tiemerding. All rights reserved. // #import @interface SVProgressAnimatedView : UIView @property (nonatomic, assign) CGFloat radius; @property (nonatomic, assign) CGFloat strokeThickness; @property (nonatomic, strong) UIColor *strokeColor; @property (nonatomic, assign) CGFloat strokeEnd; @end