Files
yuyin_ios/SweetParty/主类/音悦新增/房间设置/MSRoomSetBgCell.m
2025-08-08 11:05:33 +08:00

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