Files
featherVoice/QXLive/Mine(音域)/View/亲密关系/QXIntimateListCell.h
2025-11-21 16:17:05 +08:00

18 lines
363 B
Objective-C

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