Files
featherVoice/TUIKit/TUIChat/UI_Classic/Cell/Reply/TUIReplyQuoteView.m

23 lines
372 B
Mathematica
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// TUIReplyQuoteView.m
// TUIChat
//
// Created by harvy on 2021/11/25.
// Copyright © 2023 Tencent. All rights reserved.
//
#import "TUIReplyQuoteView.h"
#import <TIMCommon/NSString+TUIEmoji.h>
#import "TUIReplyQuoteViewData.h"
@implementation TUIReplyQuoteView
- (void)fillWithData:(TUIReplyQuoteViewData *)data {
_data = data;
}
- (void)reset {
}
@end