Hibit_iOS/HiBit/Utils/HUD/SVProgressHUD/SVIndefiniteAnimatedView.h
2024-06-07 11:41:02 +08:00

18 lines
407 B
Objective-C
Executable File

//
// SVIndefiniteAnimatedView.h
// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
// Copyright (c) 2014-2019 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