// // MapMessageCustomCellData.h // EscortProject // // Created by 仁康信息 on 2023/7/7. // #import "TUIMessageCellData.h" #import NS_ASSUME_NONNULL_BEGIN @interface MapMessageCustomCellData : TUIBubbleMessageCellData @property (nonatomic, copy) NSString *text; @property (nonatomic, copy) NSString * MapPictureImg; @end NS_ASSUME_NONNULL_END