13 lines
158 B
Objective-C
13 lines
158 B
Objective-C
//
|
|
// CustomRoomBGItemModel.m
|
|
// YuMi
|
|
//
|
|
// Created by P on 2024/10/30.
|
|
//
|
|
|
|
#import "CustomRoomBGItemModel.h"
|
|
|
|
@implementation CustomRoomBGItemModel
|
|
|
|
@end
|