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