Files
featherVoice/TUIKit/TUICustomerServicePlugin/UI_Classic/UI/TUICustomerServicePluginUserController.h
2025-08-08 10:49:36 +08:00

21 lines
353 B
Objective-C

//
// TUICustomerServicePluginUserController.h
// TUICustomerServicePlugin
//
// Created by xia on 2023/7/6.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class V2TIMUserInfo;
@interface TUICustomerServicePluginUserController : UITableViewController
- (instancetype)initWithUserInfo:(V2TIMUserInfo *)userInfo;
@end
NS_ASSUME_NONNULL_END