增加换肤功能
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// TUIChatBotStreamTextCell.h
|
||||
// TUICustomerServicePlugin
|
||||
//
|
||||
// Created by lynx on 2023/10/30.
|
||||
//
|
||||
|
||||
#import <TUIChat/TUITextMessageCell.h>
|
||||
#import "TUIBotStreamTextCellData.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIBotStreamTextCell : TUITextMessageCell
|
||||
- (void)fillWithData:(TUIBotStreamTextCellData *)data;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user