Newer
Older
XinYang_IOS / build / Debug-iphoneos / SVProgressHUD / SVProgressHUD.framework / Headers / SVIndefiniteAnimatedView.h
@zhangfeng zhangfeng on 7 Dec 407 bytes 1.9.0
//
//  SVIndefiniteAnimatedView.h
//  SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
//  Copyright (c) 2014-2016 Guillaume Campagna. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface SVIndefiniteAnimatedView : UIView

@property (nonatomic, assign) CGFloat strokeThickness;
@property (nonatomic, assign) CGFloat radius;
@property (nonatomic, strong) UIColor *strokeColor;

@end