Files
featherVoice/TUIKit/TUIContact/BaseCell/CellUI/TUIMemberPanelCell.h
2025-08-08 10:49:36 +08:00

16 lines
365 B
Objective-C

//
// TUISelectedUserCollectionViewCell.h
// TXIMSDK_TUIKit_iOS
//
// Created by xiangzhang on 2020/7/6.
// Copyright © 2023 Tencent. All rights reserved.
//
#import <TIMCommon/TIMCommonModel.h>
#import <TUICore/UIView+TUILayout.h>
#import <UIKit/UIKit.h>
@interface TUIMemberPanelCell : UICollectionViewCell
- (void)fillWithData:(TUIUserModel *)model;
@end