Files
yuyin_ios/SweetParty/主类/TXIM消息/TXGiftRecordCellData.h

20 lines
316 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// TXGiftRecordCellData.h
// romantic
//
// Created by bj_szd on 2022/9/6.
// Copyright © 2022 romantic. All rights reserved.
//
#import "TUIBubbleMessageCellData.h"
NS_ASSUME_NONNULL_BEGIN
@interface TXGiftRecordCellData : TUIBubbleMessageCellData
@property NSString *text;
@end
NS_ASSUME_NONNULL_END