增加换肤功能
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
// 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
|
||||
Reference in New Issue
Block a user