Files
featherVoice/QXLive/HomePage(声播)/View/首页/QXHomeTopRoomCell.h
2025-10-21 10:29:06 +08:00

19 lines
419 B
Objective-C

//
// QXHomeTopRoomCell.h
// QXLive
//
// Created by 启星 on 2025/10/20.
//
#import <UIKit/UIKit.h>
#import "QXRoomListModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXHomeTopRoomCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *roomImageView;
@property (weak, nonatomic) IBOutlet UILabel *roomNameLabel;
@property (strong, nonatomic)QXRoomListModel *model ;
@end
NS_ASSUME_NONNULL_END