// // LFWMorePicCollectionModel.m // YouHuiProject // // Created by jcymac on 2018/4/25. // Copyright © 2018年 kuxuan. All rights reserved. // #import "LFWMorePicCollectionModel.h" @implementation LFWMorePicCollectionModel + (NSDictionary *)modelCustomPropertyMapper { return @{@"Id" : @"id"}; } @end