14 lines
213 B
Objective-C
14 lines
213 B
Objective-C
//
|
|
// GiGaQuestionModel.m
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/8/23.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "GiGaQuestionModel.h"
|
|
|
|
@implementation GiGaQuestionModel
|
|
|
|
@end
|