Files
fanyin-ios/TUIKit/TUIConversation/UI_Classic/Service/TUIConversationService.h

18 lines
330 B
C
Raw Normal View History

2025-08-12 14:27:12 +08:00
// Created by Tencent on 2023/06/09.
// Copyright © 2023 Tencent. All rights reserved.
#import <Foundation/Foundation.h>
#import <TIMCommon/TIMDefine.h>
#import <TUICore/TUICore.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIConversationService : NSObject
+ (TUIConversationService *)shareInstance;
@end
NS_ASSUME_NONNULL_END