添加消息长按弹窗

This commit is contained in:
2026-02-03 15:53:07 +08:00
parent d482cfcb7d
commit a0923c8572
6 changed files with 368 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ NS_ASSUME_NONNULL_BEGIN
- (void)chatTableViewDidScroll:(KBChatTableView *)chatView
scrollView:(UIScrollView *)scrollView;
- (void)chatTableViewDidTriggerLoadMore:(KBChatTableView *)chatView;
/// 长按消息(用户/AI
- (void)chatTableView:(KBChatTableView *)chatView
didLongPressMessage:(KBAiChatMessage *)message
sourceRect:(CGRect)sourceRect;
@end
/// 聊天列表视图支持用户消息、AI 消息、时间戳、语音播放)