12345678910111213141516171819202122232425262728293031323334 |
- //
- // YOUPAIBBNIMSessionListCell.h
- // VQU
- //
- // Created by Elaine on 2021/10/22.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <UIKit/UIKit.h>
- @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
|