分类移动文件
This commit is contained in:
22
keyBoard/Class/AiTalk/V/Chat/KBChatTimeCell.h
Normal file
22
keyBoard/Class/AiTalk/V/Chat/KBChatTimeCell.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// KBChatTimeCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Kiro on 2026/1/23.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class KBAiChatMessage;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 时间戳 Cell(居中显示)
|
||||
@interface KBChatTimeCell : UITableViewCell
|
||||
|
||||
/// 配置 Cell
|
||||
- (void)configureWithMessage:(KBAiChatMessage *)message;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user