fix 首页
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// MaskTestResult.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/13.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <JSONModel/JSONModel.h>
|
||||
|
||||
@interface MaskTestResult : JSONModel
|
||||
|
||||
@property(nonatomic,copy) NSString *dryness;
|
||||
@property(nonatomic,copy) NSString *drynessPercent;
|
||||
@property(nonatomic,copy) NSString *mask;
|
||||
@property(nonatomic,copy) NSString *minute;
|
||||
@property(nonatomic,copy) NSString *oiliness;
|
||||
@property(nonatomic,copy) NSString *oilinessPercent;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user