// // QXPhotoModel.m // QXLive // // Created by 启星 on 2025/5/29. // #import "QXPhotoModel.h" @implementation QXPhotoModel @end @implementation QXPhotoDetailModel +(NSDictionary *)modelContainerPropertyGenericClass{ return @{@"image_list" : @"QXPhotoModel"}; } @end