TUIVideoReplyQuoteViewData.h 304 B

1234567891011121314151617
  1. //
  2. // TUIVideoReplyQuoteViewData.h
  3. // TUIChat
  4. //
  5. // Created by harvy on 2021/11/25.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import "TUIImageReplyQuoteViewData.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIVideoReplyQuoteViewData : TUIImageReplyQuoteViewData
  11. @end
  12. NS_ASSUME_NONNULL_END