增加换肤功能
This commit is contained in:
19
TUIKit/TUIChat/BaseCellData/Chat/TUITypingStatusCellData.h
Normal file
19
TUIKit/TUIChat/BaseCellData/Chat/TUITypingStatusCellData.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TUITypingStatusCellData.h
|
||||
// TUIChat
|
||||
//
|
||||
// Created by wyl on 2022/7/4.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import <TIMCommon/TUIMessageCellData.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUITypingStatusCellData : TUIMessageCellData
|
||||
|
||||
@property(nonatomic, assign) NSInteger typingStatus;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user