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