提交
This commit is contained in:
21
TUIKit/TUIContact/UI_Classic/UI/TUIFriendProfileController.h
Normal file
21
TUIKit/TUIContact/UI_Classic/UI/TUIFriendProfileController.h
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
// Created by Tencent on 2023/06/09.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
/**
|
||||
* Tencent Cloud Communication Service Interface Components TUIKIT - Friends Information Interface
|
||||
* This file implements the friend profile view controller, which is only used when displaying friends.
|
||||
* To display user information for non-friends, see TUIUserProfileController.h
|
||||
*/
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
@import ImSDK_Plus;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TUIFriendProfileController : UITableViewController
|
||||
|
||||
@property(nonatomic, strong) V2TIMFriendInfo *friendProfile;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user