// // HCCommunityModel.m // hc // // Created by hc on 2018/5/16. // Copyright © 2018年 hc. All rights reserved. // #import "HCCommunityModel.h" @implementation HCCommunityModel + (NSDictionary *)modelCustomPropertyMapper { return @{@"Id":@"id"}; } + (NSDictionary *)modelContainerPropertyGenericClass { return @{@"detail":[HCCommunityDetailModel class]}; } @end