Files
xj-ios/XinjiangProject/XinjiangProject/Project/CustomTUIChat/cell/CustomMapMessageCell.h
T
jiayangyangandClaude Opus 4.7 ee498064cc feat(sos): 集成微信SDK,实现地图卡片长按转发微信;新增急救资源详情页及群成员面板
- 手动集成微信 OpenSDK-NoPay,创建 XJWeChatManager 统一管理分享能力
- 地图卡片新增长按手势,通过代理模式实现「转发到微信」,分享含高德导航链接
- 聊天页新增群成员侧滑面板,支持查看成员列表及一键拨号
- 新增急救资源详情页(XJFirstAidResourceDetailVC)及选择联系人页
- 首页健康知识/资讯模块,含双视图列表及 H5 跳转
- 修复急救资源详情页编译报错

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-14 17:53:44 +08:00

18 lines
331 B
Objective-C

//
// CustomMapMessageCell.h
// XinjiangProject
//
// Created by Apple on 2024/6/12.
//
#import <TIMCommon/TUIBubbleMessageCell.h>
#import "CustomMapMessageCellData.h"
#import "CustomTUIHistoryModel.h"
@interface CustomMapMessageCell : TUIBubbleMessageCell
@property (nonatomic, strong) CustomTUIHistoryModel * model;
@end