Files
midi_ios/TUIKit/TUICustomerServicePlugin/UI_Classic/BaseCell/TUIBotRichTextCell.h
2025-08-14 10:07:49 +08:00

13 lines
325 B
Objective-C

// Created by lynx on 2024/3/1.
// Copyright © 2024 Tencent. All rights reserved.
#import <TIMCommon/TUIBubbleMessageCell.h>
#import "TUIBotRichTextCellData.h"
@interface TUIBotRichTextCell : TUIBubbleMessageCell
@property TUIBotRichTextCellData *webViewData;
- (void)fillWithData:(TUIBotRichTextCellData *)data;
@end