Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// KanHuBaoGaoModel.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 16/8/31.
|
||||
// Copyright © 2016年 lianxiang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface KanHuBaoGaoModel : NSObject
|
||||
@property (nonatomic,copy) NSString *timestamp;
|
||||
@property (nonatomic,copy) NSString *totalIndex;
|
||||
@property (nonatomic,copy) NSString *baifenbi;
|
||||
@property (nonatomic,copy) NSString *fileName;
|
||||
@property (nonatomic,copy) NSString *reportId;
|
||||
@property (nonatomic,copy) NSString *shareImg;
|
||||
//商
|
||||
@property (nonatomic,copy) NSString *userImg;
|
||||
@property (nonatomic,copy) NSString *shopsName;
|
||||
@property (nonatomic,copy) NSString *signature;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user