Files
featherVoice/TUIKit/TUICustomerServicePlugin/UI_Classic/BaseCell/TUIBotStreamTextCell.h

18 lines
343 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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