分类移动文件

This commit is contained in:
2026-01-29 13:44:52 +08:00
parent 4392296616
commit 25fbe9b64e
25 changed files with 72 additions and 30 deletions

View File

@@ -0,0 +1,22 @@
//
// KBChatUserMessageCell.h
// keyBoard
//
// Created by Kiro on 2026/1/23.
//
#import <UIKit/UIKit.h>
@class KBAiChatMessage;
NS_ASSUME_NONNULL_BEGIN
/// 用户消息 Cell右侧气泡
@interface KBChatUserMessageCell : UITableViewCell
/// 配置 Cell
- (void)configureWithMessage:(KBAiChatMessage *)message;
@end
NS_ASSUME_NONNULL_END