19 lines
291 B
Objective-C
Executable File
19 lines
291 B
Objective-C
Executable File
//
|
|
// MSRoomSetBgCell.m
|
|
// misheng
|
|
//
|
|
// Created by bj_szd on 2022/12/1.
|
|
// Copyright © 2022 syllable interactive. All rights reserved.
|
|
//
|
|
|
|
#import "MSRoomSetBgCell.h"
|
|
|
|
@implementation MSRoomSetBgCell
|
|
|
|
- (void)awakeFromNib {
|
|
[super awakeFromNib];
|
|
// Initialization code
|
|
}
|
|
|
|
@end
|