This commit is contained in:
2026-02-02 13:26:38 +08:00
parent 81bc50ce17
commit fe59a0cb45
3 changed files with 133 additions and 17 deletions

View File

@@ -94,6 +94,9 @@ NS_ASSUME_NONNULL_BEGIN
/// 刷新指定消息(按对象指针匹配)
- (void)reloadMessage:(KBAiChatMessage *)message;
/// 设置介绍视图文案(使用 tableFooterView 展示nil/空串表示不显示)
- (void)updateIntroFooterText:(nullable NSString *)text;
@end
NS_ASSUME_NONNULL_END