// Copyright 2018-present 650 Industries. All rights reserved. #import #import #import @interface EXLinearGradientLayer : CALayer @property (nullable, nonatomic, copy) NSArray *colors; @property (nullable, nonatomic, copy) NSArray *locations; @property (nonatomic) CGPoint startPoint; @property (nonatomic) CGPoint endPoint; @end