new login style
This commit is contained in:
@@ -8,10 +8,24 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
||||
@interface GiGaLoaclImageModel : NSObject
|
||||
|
||||
//背景图片(本地)
|
||||
@property(nonatomic,copy) NSString *localImageName;
|
||||
//图片序号
|
||||
@property(nonatomic) NSUInteger index;
|
||||
|
||||
//分享面膜时间 staring now 图片名 很白两种
|
||||
@property(nonatomic,copy) NSString *shareLabeimageName;
|
||||
//描述文本颜色 1 白 2 黑 3 GIGARGB(170, 170, 170, 1)
|
||||
@property(nonatomic) NSUInteger descColorflag;
|
||||
//描述文本
|
||||
@property(nonatomic,copy) NSString *desc;
|
||||
//文本颜色 what are we doing 颜色 黑白
|
||||
@property(nonatomic) NSUInteger doingColorflag;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user