login 适配 se 5s 新增icon 主页修改
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// SHineLabel.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/4.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface SHineLabel : UILabel
|
||||
//外光
|
||||
@property(nonatomic,retain) UIColor *outLineColor;
|
||||
//里光
|
||||
@property(nonatomic,retain) UIColor *oinsideColor;
|
||||
//光晕
|
||||
@property(nonatomic,retain) UIColor *blurColor;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user