fix
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// GiGaShareModel.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/26.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <JSONModel/JSONModel.h>
|
||||
|
||||
@interface GiGaShareModel : JSONModel
|
||||
|
||||
@property(nonatomic,copy) NSString *exquisite;
|
||||
@property(nonatomic,copy) NSString *exquisitePercent;
|
||||
@property(nonatomic,copy) NSString *headImgUrl;
|
||||
@property(nonatomic,copy) NSString *minute;
|
||||
@property(nonatomic,copy) NSString *monthMaskNum;
|
||||
@property(nonatomic,copy) NSString *msg;
|
||||
@property(nonatomic,copy) NSString *totalMaskNum;
|
||||
|
||||
@end
|
||||
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// GiGaShareModel.m
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/9/26.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import "GiGaShareModel.h"
|
||||
|
||||
@implementation GiGaShareModel
|
||||
|
||||
+ (BOOL)propertyIsOptional:(NSString *)propertyName{
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user