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

15 lines
316 B
Objective-C

//
// SVRadialGradientLayer.h
// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
// Copyright (c) 2014-2023 Tobias Totzek and contributors. All rights reserved.
//
#import <QuartzCore/QuartzCore.h>
@interface SVRadialGradientLayer : CALayer
@property (nonatomic) CGPoint gradientCenter;
@end