- 手动集成微信 OpenSDK-NoPay,创建 XJWeChatManager 统一管理分享能力 - 地图卡片新增长按手势,通过代理模式实现「转发到微信」,分享含高德导航链接 - 聊天页新增群成员侧滑面板,支持查看成员列表及一键拨号 - 新增急救资源详情页(XJFirstAidResourceDetailVC)及选择联系人页 - 首页健康知识/资讯模块,含双视图列表及 H5 跳转 - 修复急救资源详情页编译报错 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
18 lines
331 B
Objective-C
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
|