TUITypingStatusCellData.h 342 B

12345678910111213141516171819
  1. //
  2. // TUITypingStatusCellData.h
  3. // TUIChat
  4. //
  5. // Created by wyl on 2022/7/4.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <TIMCommon/TUIMessageCellData.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUITypingStatusCellData : TUIMessageCellData
  11. @property(nonatomic, assign) NSInteger typingStatus;
  12. @end
  13. NS_ASSUME_NONNULL_END