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

21 lines
392 B
Objective-C
Executable File

//
// MSRoomSetBgCell.h
// misheng
//
// Created by bj_szd on 2022/12/1.
// Copyright © 2022 syllable interactive. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface MSRoomSetBgCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *bgImgV;
@property (weak, nonatomic) IBOutlet UIImageView *selImgV;
@end
NS_ASSUME_NONNULL_END