Files
featherVoice/QXLive/Mine(音域)/Model/QXPhotoModel.m

21 lines
297 B
Mathematica
Raw Permalink Normal View History

2025-08-08 10:49:36 +08:00
//
// 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