TUITextReplyQuoteViewData.h 338 B

12345678910111213141516171819
  1. //
  2. // TUITextReplyQuoteViewData.h
  3. // TUIChat
  4. //
  5. // Created by harvy on 2021/11/25.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import "TUIReplyMessageCellData.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUITextReplyQuoteViewData : TUIReplyQuoteViewData
  11. @property(nonatomic, copy) NSString *text;
  12. @end
  13. NS_ASSUME_NONNULL_END