1234567891011121314151617181920 |
- //
- // XYLiveRoomChatListTextOrGiftCell.h
- // Timi
- //
- // Created by gy on 2021/4/20.
- // 礼物、聊天文字消息
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface XYLiveRoomChatListTextOrGiftCell : UITableViewCell
- + (instancetype)cellWithTableView:(UITableView *)tableView;
- - (void)reload:(XYLiveRoomMessageInfo *)info;
- @end
- NS_ASSUME_NONNULL_END
|