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

27 lines
485 B
Objective-C
Executable File

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