// // MapMessageCustomCell.h // EscortProject // // Created by 仁康信息 on 2023/7/7. // #import "TUIMessageCell.h" #import "MapMessageCustomCellData.h" #import #import NS_ASSUME_NONNULL_BEGIN @interface MapMessageCustomCell : TUIBubbleMessageCell @property UILabel * myTextLabel; // 展示文本 @property UIImageView * mapImage; // @property MapMessageCustomCellData * cellData; - (void)fillWithData:(MapMessageCustomCellData *)data; @end NS_ASSUME_NONNULL_END