From f829c4b90b7b69f6ee54dac6a6d9c1a55f002c38 Mon Sep 17 00:00:00 2001 From: Stewen <784547228@qq.com> Date: Wed, 6 Dec 2023 15:11:57 +0800 Subject: [PATCH] phizMethodChannel --- ios/Classes/MopPlugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Classes/MopPlugin.h b/ios/Classes/MopPlugin.h index 62cb5f0..76c822c 100644 --- a/ios/Classes/MopPlugin.h +++ b/ios/Classes/MopPlugin.h @@ -10,6 +10,7 @@ @property FlutterMethodChannel *shareMethodChannel; @property FlutterMethodChannel *shareAppletMethodChannel; @property FlutterMethodChannel *appletMethodChannel; +@property FlutterMethodChannel *phizMethodChannel; + (instancetype) instance; @end