Files
keyboard/keyBoard/Class/AiTalk/V/Chat/KBChatUserMessageCell.h
2026-01-29 13:44:52 +08:00

23 lines
354 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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