Files
yinmeng-ios/xplan-ios/Main/Home/View/SubViews/XPHomeGradientLabel.h
2022-04-01 15:01:35 +08:00

18 lines
271 B
Objective-C

//
// XPHomeGradientLabel.h
// xplan-ios
//
// Created by 冯硕 on 2022/3/28.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeGradientLabel : UILabel
///渐变色
@property (nonatomic,strong) NSArray *gradientColor;
@end
NS_ASSUME_NONNULL_END