v0.8.0
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user