// // 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