Files
featherVoice/TUIKit/TUIChat/BaseCellData/Custom/TUILinkCellData.h

20 lines
388 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// MyCustomCellData.h
// TUIKitDemo
//
// Created by annidyfeng on 2019/6/10.
// Copyright © 2019 Tencent. All rights reserved.
//
#import <TIMCommon/TUIBubbleMessageCellData.h>
#import <TIMCommon/TUIMessageCellData.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUILinkCellData : TUIBubbleMessageCellData
@property NSString *text;
@property NSString *link;
@end
NS_ASSUME_NONNULL_END