Newer
Older
XinYang_IOS / build / Debug-iphoneos / SVProgressHUD / SVProgressHUD.framework / Headers / SVProgressAnimatedView.h
@zhangfeng zhangfeng on 7 Dec 445 bytes 1.9.0
//
//  SVProgressAnimatedView.h
//  SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
//  Copyright (c) 2016 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