This commit is contained in:
lianxiang
2018-09-29 20:12:56 +08:00
parent cb0accdb66
commit fc47921130
99 changed files with 1635 additions and 563 deletions
+1
View File
@@ -17,5 +17,6 @@
@property(nonatomic,copy) NSString *monthMaskNum;
@property(nonatomic,copy) NSString *msg;
@property(nonatomic,copy) NSString *totalMaskNum;
@property(nonatomic,copy) NSString *productImgUrl;
@end
@@ -0,0 +1,17 @@
//
// ShareCustomIamgeModel.h
// GIGA
//
// Created by lianxiang on 2018/9/29.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ShareCustomIamgeModel : NSObject
@end
NS_ASSUME_NONNULL_END
@@ -0,0 +1,13 @@
//
// ShareCustomIamgeModel.m
// GIGA
//
// Created by lianxiang on 2018/9/29.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "ShareCustomIamgeModel.h"
@implementation ShareCustomIamgeModel
@end