From de5ab46f710909bcc7e46531067209ee9f08b3a1 Mon Sep 17 00:00:00 2001 From: lynxzhang Date: Thu, 24 Jun 2021 15:44:26 +0800 Subject: [PATCH] =?UTF-8?q?TUIKit=20=E5=8F=91=E5=B8=83=205.4.666=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/TUIKitDemo/TUIKitDemo/Chat/ChatViewController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iOS/TUIKitDemo/TUIKitDemo/Chat/ChatViewController.m b/iOS/TUIKitDemo/TUIKitDemo/Chat/ChatViewController.m index daa45e0ced..5252acf788 100644 --- a/iOS/TUIKitDemo/TUIKitDemo/Chat/ChatViewController.m +++ b/iOS/TUIKitDemo/TUIKitDemo/Chat/ChatViewController.m @@ -33,7 +33,6 @@ #import "TCUtil.h" #import "THelper.h" #import "TCConstants.h" -#import "V2TIMManager.h" #import "GenerateTestUserSig.h" #import "Toast.h" #import "TUIKitListenerManager.h" @@ -50,6 +49,8 @@ #import "TUILiveHeartBeatManager.h" #endif +@import ImSDK_Plus; + // MLeaksFinder 会对这个类误报,这里需要关闭一下 @implementation UIImagePickerController (Leak)