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

21 lines
556 B
Objective-C

//
// QXIntimateUserCell.h
// QXLive
//
// Created by 启星 on 2025/11/20.
//
#import <UIKit/UIKit.h>
#import "QXRoomFriendRelationModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXIntimateUserCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UILabel *timeLabel;
@property (weak, nonatomic) IBOutlet UILabel *nameLabel;
@property (weak, nonatomic) IBOutlet QXSeatHeaderView *headerView;
@property (weak, nonatomic) IBOutlet UIImageView *sexImageView;
@property (nonatomic,strong)QXRelationshipListModel *model;
@end
NS_ASSUME_NONNULL_END