Files
featherVoice/QXLive/Mine(音域)/Model/QXPhotoModel.m
2025-08-08 10:49:36 +08:00

21 lines
297 B
Objective-C

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