20 lines
316 B
Objective-C
Executable File
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
|