21 lines
297 B
Mathematica
21 lines
297 B
Mathematica
|
|
//
|
||
|
|
// 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
|