Files
xj-ios/XinjiangProject/XinjiangProject/Project/CustomTUIChat/cell/CustomMapMessageCell.h
T
2025-06-30 09:33:34 +08:00

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