mirror of
https://github.com/lakaola/chat-uniapp.git
synced 2026-05-06 21:50:21 +08:00
16 lines
369 B
Objective-C
16 lines
369 B
Objective-C
// Copyright (c) 2020 Tencent. All rights reserved.
|
|
|
|
#ifndef TIM_IM_SDK_PLUS_H_
|
|
#define TIM_IM_SDK_PLUS_H_
|
|
|
|
#import "TIMErrorCode.h"
|
|
#import "V2TIMManager.h"
|
|
#import "V2TIMManager+APNS.h"
|
|
#import "V2TIMManager+Message.h"
|
|
#import "V2TIMManager+Conversation.h"
|
|
#import "V2TIMManager+Group.h"
|
|
#import "V2TIMManager+Friendship.h"
|
|
#import "V2TIMManager+Signaling.h"
|
|
|
|
#endif
|