Files
yuyin_ios/SweetParty/主类/TXIM消息/TXGiftRecordCell.h

26 lines
467 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// 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