// // QXIntimateListCell.h // QXLive // // Created by 启星 on 2025/11/20. // #import #import "QXRoomBestFriendModel.h" NS_ASSUME_NONNULL_BEGIN @interface QXIntimateListCell : UITableViewCell @property (nonatomic,strong)QXRoomBestFriendListModel *model; @property (nonatomic,strong)NSString *userId; +(instancetype)cellWithTableView:(UITableView *)tableView; @end NS_ASSUME_NONNULL_END