This commit is contained in:
lianxiang
2018-10-15 10:53:00 +08:00
parent 97af177b88
commit 71f6176cea
6 changed files with 80 additions and 0 deletions
@@ -0,0 +1,17 @@
//
// GiGaLoaclImageModel.h
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface GiGaLoaclImageModel : NSObject
@end
NS_ASSUME_NONNULL_END
@@ -0,0 +1,13 @@
//
// GiGaLoaclImageModel.m
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GiGaLoaclImageModel.h"
@implementation GiGaLoaclImageModel
@end