// // YOUPAIBBNIMSessionListCell.h // VQU // // Created by Elaine on 2021/10/22. // Copyright © 2021 MS. All rights reserved. // #import #import @class NIMAvatarImageView; @class NIMRecentSession; @class NIMBadgeView; @interface YOUPAIBBNIMSessionListCell : UITableViewCell @property (nonatomic,strong) NIMAvatarImageView *youpaipavatarImageView; @property (nonatomic,strong) UILabel *youpaipnameLabel; @property (nonatomic,strong) UILabel *youpaipmessageLabel; @property (nonatomic,strong) UILabel *youpaiptimeLabel; //@property (nonatomic,strong) UIImageView *youpaipvipV; // //@property (nonatomic,strong) UIImageView *youpaipanchorTagImgV; @property (nonatomic,strong) NIMBadgeView *youpaipbadgeView; - (void)youpaifrefresh:(NIMRecentSession*)recent; @end