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