From deb671cd0aceef3de974370d2654ac48b30dbd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E5=8F=91=E5=86=AC?= Date: Tue, 26 Jul 2022 19:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A7=E8=AE=BE=E5=A4=87=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CenterontrolControllers/XuTo/Xuanduo2fController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m index 0ba2968..8713fee 100644 --- a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m +++ b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/XuTo/Xuanduo2fController.m @@ -1193,7 +1193,7 @@ [self.navigationController pushViewController:_settingVC animated:YES]; } else if (self.dataModel.gasPump.length) { - XuanduoSettingController *_settingVC = [[XuanduoSettingController alloc] init]; + Xuanduo2SettingController *_settingVC = [[Xuanduo2SettingController alloc] init]; _settingVC.currentdevice = self.currentDevice; _settingVC.dataModel = self.dataModel; [self.navigationController pushViewController:_settingVC animated:YES];