16 lines
387 B
Objective-C
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
|