修改动画
This commit is contained in:
@@ -7,12 +7,14 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "KBPersonaModel.h"
|
||||
#import "KBChatTableView.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// 人设聊天 Cell
|
||||
@interface KBPersonaChatCell : UICollectionViewCell
|
||||
|
||||
/// 聊天列表
|
||||
@property (nonatomic, strong) KBChatTableView *chatView;
|
||||
/// 人设数据
|
||||
@property (nonatomic, strong) KBPersonaModel *persona;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user