增加换肤功能
This commit is contained in:
20
QXLive/Mine(音域)/Model/QXPhotoModel.m
Normal file
20
QXLive/Mine(音域)/Model/QXPhotoModel.m
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user