Files
featherVoice/QXLive/Room(房间)/View/麦位视图/QXSongSeatCell.h
2025-10-20 10:29:42 +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