Music_Player3/Pods/SVProgressHUD/SVProgressHUD/SVIndefiniteAnimatedView.h
2024-06-03 09:48:39 +08:00

18 lines
424 B
Objective-C

//
// SVIndefiniteAnimatedView.h
// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
// Copyright (c) 2014-2023 Guillaume Campagna and contributors. 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