添加消息长按弹窗
This commit is contained in:
@@ -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 消息、时间戳、语音播放)
|
||||
|
||||
Reference in New Issue
Block a user