Files
featherVoice/TUIKit/TUIChat/UI_Classic/Cell/Chat/TUIMenuCell.h
2025-08-08 10:49:36 +08:00

20 lines
501 B
Objective-C

// Created by Tencent on 2023/06/09.
// Copyright © 2023 Tencent. All rights reserved.
#import <UIKit/UIKit.h>
#import "TUIMenuCellData.h"
/////////////////////////////////////////////////////////////////////////////////
//
// TUIMenuCell
//
/////////////////////////////////////////////////////////////////////////////////
@interface TUIMenuCell : UICollectionViewCell
@property(nonatomic, strong) UIImageView *menu;
- (void)setData:(TUIMenuCellData *)data;
@end