Files
my_yuyin/TUIKit/TUIChat/UI_Classic/Cell/Reply/TUIImageReplyQuoteView.h

20 lines
332 B
C
Raw Normal View History

2025-09-22 18:48:29 +08:00
//
// TUIImageReplyQuoteView.h
// TUIChat
//
// Created by harvy on 2021/11/25.
// Copyright © 2023 Tencent. All rights reserved.
//
#import "TUIReplyQuoteView.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIImageReplyQuoteView : TUIReplyQuoteView
@property(nonatomic, strong) UIImageView *imageView;
@end
NS_ASSUME_NONNULL_END