Files
featherVoice/QXLive/HomePage(声播)/View/房间/麦位视图/QXSongSeatCell.h
2025-08-08 10:49:36 +08:00

18 lines
307 B
Objective-C

//
// QXSongSeatCell.h
// QXLive
//
// Created by 启星 on 2025/6/18.
//
#import <UIKit/UIKit.h>
#import "QXRoomSeatContentView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXSongSeatCell : UICollectionViewCell
@property (nonatomic,strong)QXRoomSeatContentView *seatContentView;
@end
NS_ASSUME_NONNULL_END