15 lines
303 B
C
15 lines
303 B
C
|
|
//
|
||
|
|
// 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
|