Files
yuyin_ios/SweetParty/主类/TXIM消息/TXGiftRecordCellData.h
2025-08-08 11:05:33 +08:00

20 lines
316 B
Objective-C
Executable File

//
// 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