From 293d3f9f47c9395d77e46d6b1b6f1750b5b2d3f5 Mon Sep 17 00:00:00 2001 From: fengshuo <963787902@qq.com> Date: Wed, 20 Oct 2021 19:06:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4UI=E5=B8=83=E5=B1=80=E7=9A=84?= =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E4=BA=8B=E4=BB=B6=E7=9A=84=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xplan-ios/Main/RTC/RtcManager.m | 1 - 1 file changed, 1 deletion(-) diff --git a/xplan-ios/Main/RTC/RtcManager.m b/xplan-ios/Main/RTC/RtcManager.m index df5a5d32..94dd18b1 100644 --- a/xplan-ios/Main/RTC/RtcManager.m +++ b/xplan-ios/Main/RTC/RtcManager.m @@ -14,7 +14,6 @@ @property (nonatomic, strong) id engine; @property (nonatomic, weak) id engineDelegate; @property (nonatomic, assign) RtcEngineType engineType; - @end @implementation RtcManager