Files
featherVoice/TUIKit/TUIContact/UI_Minimalist/Service/TUIContactService_Minimalist.h

23 lines
444 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// TUIContactService.h
// lottie-ios
//
// Created by kayev on 2021/8/18.
// Copyright © 2023 Tencent. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <TIMCommon/TIMCommonModel.h>
#import <TIMCommon/TIMDefine.h>
#import <TUICore/TUICore.h>
NS_ASSUME_NONNULL_BEGIN
@interface TUIContactService_Minimalist : NSObject <TUIServiceProtocol>
+ (TUIContactService_Minimalist *)shareInstance;
@end
NS_ASSUME_NONNULL_END