You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
303 B
15 lines
303 B
1 year ago
|
//
|
||
|
// SVRadialGradientLayer.h
|
||
|
// SVProgressHUD, https://github.com/SVProgressHUD/SVProgressHUD
|
||
|
//
|
||
|
// Copyright (c) 2014-2019 Tobias Tiemerding. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <QuartzCore/QuartzCore.h>
|
||
|
|
||
|
@interface SVRadialGradientLayer : CALayer
|
||
|
|
||
|
@property (nonatomic) CGPoint gradientCenter;
|
||
|
|
||
|
@end
|