XYLiveRoomChatListTextOrGiftCell.h 368 B

1234567891011121314151617181920
  1. //
  2. // XYLiveRoomChatListTextOrGiftCell.h
  3. // Timi
  4. //
  5. // Created by gy on 2021/4/20.
  6. // 礼物、聊天文字消息
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface XYLiveRoomChatListTextOrGiftCell : UITableViewCell
  10. + (instancetype)cellWithTableView:(UITableView *)tableView;
  11. - (void)reload:(XYLiveRoomMessageInfo *)info;
  12. @end
  13. NS_ASSUME_NONNULL_END