TUIImageReplyQuoteView.h 332 B

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