// // TXGiftRecordCell.h // romantic // // Created by bj_szd on 2022/9/6. // Copyright © 2022 romantic. All rights reserved. // #import "TUIBubbleMessageCell.h" #import "TXGiftRecordCellData.h" NS_ASSUME_NONNULL_BEGIN @interface TXGiftRecordCell : TUIBubbleMessageCell @property UIImageView *bgImgV; @property UILabel *myTextLabel; @property TXGiftRecordCellData *customData; - (void)fillWithData:(TXGiftRecordCellData *)data; @end NS_ASSUME_NONNULL_END