Files
peko-ios/YuMi/Modules/YMRoom/Model/RoomEnterModel.m
2025-02-28 19:04:09 +08:00

23 lines
288 B
Objective-C

//
// RoomEnterModel.m
// YuMi
//
// Created by P on 2025/2/17.
//
#import "RoomEnterModel.h"
@implementation RoomEnterCPListModel
@end
@implementation RoomEnterModel
+ (NSDictionary *)objectClassInArray {
return @{
@"cpList":RoomEnterCPListModel.class
};
}
@end