36 lines
421 B
Objective-C
36 lines
421 B
Objective-C
//
|
|
// 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
|