TUIVideoReplyQuoteView.h 341 B

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