Files
GiGaMaskTime/GIGA/Modules/Mask/Exercises/Model/ExercisesModel.m
T
2018-09-11 23:05:15 +08:00

17 lines
329 B
Objective-C

//
// ExercisesModel.m
// GIGA
//
// Created by lianxiang on 2018/9/11.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "ExercisesModel.h"
@implementation ExercisesModel
//+(JSONKeyMapper *)keyMapper{
// return [[JSONKeyMapper alloc] initWithModelToJSONDictionary:@{@"id":@"answer_id"}];
//}
@end