// // PhonePackageModel.m // VclustersGemini // // Created by APPLE on 2020/7/27. // Copyright © 2020 APPLE. All rights reserved. // #import "PhonePackageModel.h" @implementation PhonePackageModel +(JSONKeyMapper *)keyMapper{ return [[JSONKeyMapper alloc]initWithDictionary:@{@"id":@"ID"}]; } @end @implementation PhonePackageListModel @end @implementation PhonePackageDataModel @end