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