Files
featherVoice/QXLive/Third/SVProgressHUD/SVRadialGradientLayer.h

15 lines
303 B
C
Raw Permalink Normal View History

2026-01-27 19:10:51 +08:00
//
// SVRadialGradientLayer.h
// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
//
// Copyright (c) 2014-2018 Tobias Tiemerding. All rights reserved.
//
#import <QuartzCore/QuartzCore.h>
@interface SVRadialGradientLayer : CALayer
@property (nonatomic) CGPoint gradientCenter;
@end