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