新增接口,界面
This commit is contained in:
24
keyBoard/Class/AiTalk/V/KBPersonaChatCell.h
Normal file
24
keyBoard/Class/AiTalk/V/KBPersonaChatCell.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// KBPersonaChatCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Kiro on 2026/1/26.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "KBPersonaModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 人设聊天 Cell
|
||||
@interface KBPersonaChatCell : UICollectionViewCell
|
||||
|
||||
/// 人设数据
|
||||
@property (nonatomic, strong) KBPersonaModel *persona;
|
||||
|
||||
/// 预加载数据
|
||||
- (void)preloadDataIfNeeded;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user