增加换肤功能
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TUIBotStreamTextCellData.h
|
||||
// TUICustomerServicePlugin
|
||||
//
|
||||
// Created by lynx on 2023/10/30.
|
||||
//
|
||||
|
||||
#import <TUIChat/TUITextMessageCellData.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIBotStreamTextCellData : TUITextMessageCellData
|
||||
@property(nonatomic, strong) dispatch_source_t timer;
|
||||
@property(nonatomic, strong) UIFont *contentFont;
|
||||
@property(nonatomic, strong) NSAttributedString *contentString;
|
||||
@property(nonatomic, assign) NSInteger displayedContentLength;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user