Files
featherVoice/QXLive/Room(房间)/View/酒吧房/QXRoomBarCabinListCell.h
2026-01-08 18:31:27 +08:00

18 lines
286 B
Objective-C

//
// QXRoomBarCabinListCell.h
// QXLive
//
// Created by 启星 on 2026/1/5.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QXRoomBarCabinListCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *roomCoverView;
@end
NS_ASSUME_NONNULL_END