Files
featherVoice/TUIKit/TUIContact/UI_Minimalist/UI/TUIContactAvatarViewController_Minimalist.h
2025-08-08 10:49:36 +08:00

16 lines
387 B
Objective-C

// Created by Tencent on 2023/06/09.
// Copyright © 2023 Tencent. All rights reserved.
#import <UIKit/UIKit.h>
#import "TUICommonContactProfileCardCell_Minimalist.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIContactAvatarViewController_Minimalist : UIViewController
@property(nonatomic, strong) TUICommonContactProfileCardCellData_Minimalist *avatarData;
@end
NS_ASSUME_NONNULL_END