18 lines
267 B
Objective-C
18 lines
267 B
Objective-C
//
|
|
// CustomMapMessageCell.h
|
|
// EscortProject
|
|
//
|
|
// Created by Apple on 2024/6/12.
|
|
//
|
|
|
|
#import <TIMCommon/TUIBubbleMessageCell.h>
|
|
#import <TIMCommon/TUIMessageCell.h>
|
|
#import "CustomMapMessageCellData.h"
|
|
|
|
|
|
@interface CustomMapMessageCell : UITableViewCell
|
|
|
|
|
|
|
|
@end
|