Files
featherVoice/TUIKit/TUIChat/BaseCellData/Chat/TUITypingStatusCellData.h

20 lines
342 B
C
Raw Permalink Normal View History

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