增加换肤功能
This commit is contained in:
35
QXLive/Mine(音域)/Model/QXRoomListModel.m
Normal file
35
QXLive/Mine(音域)/Model/QXRoomListModel.m
Normal file
@@ -0,0 +1,35 @@
|
||||
//
|
||||
// QXRoomListModel.m
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/6/10.
|
||||
//
|
||||
|
||||
#import "QXRoomListModel.h"
|
||||
|
||||
@implementation QXRoomListModel
|
||||
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
||||
return @{@"cp_room" : @"QXRoomListCpModel",@"user_list":@"QXUserHomeModel"};
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation QXRoomListCpModel
|
||||
|
||||
|
||||
|
||||
@end
|
||||
|
||||
@implementation QXMyRoomHistory
|
||||
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation QXMyRoomType
|
||||
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user