YOUPAIBBNIMSessionListCell.h 808 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // YOUPAIBBNIMSessionListCell.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2021/10/22.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <UIKit/UIKit.h>
  10. @class NIMAvatarImageView;
  11. @class NIMRecentSession;
  12. @class NIMBadgeView;
  13. @interface YOUPAIBBNIMSessionListCell : UITableViewCell
  14. @property (nonatomic,strong) NIMAvatarImageView *youpaipavatarImageView;
  15. @property (nonatomic,strong) UILabel *youpaipnameLabel;
  16. @property (nonatomic,strong) UILabel *youpaipmessageLabel;
  17. @property (nonatomic,strong) UILabel *youpaiptimeLabel;
  18. //@property (nonatomic,strong) UIImageView *youpaipvipV;
  19. //
  20. //@property (nonatomic,strong) UIImageView *youpaipanchorTagImgV;
  21. @property (nonatomic,strong) NIMBadgeView *youpaipbadgeView;
  22. - (void)youpaifrefresh:(NIMRecentSession*)recent;
  23. @end