phiz_2.43.5.1
parent
e1bea383ca
commit
6910e1d379
|
@ -67,7 +67,7 @@ static MopPlugin *_instance;
|
||||||
_instance.shareAppletMethodChannel = appletShareChannel;
|
_instance.shareAppletMethodChannel = appletShareChannel;
|
||||||
//phiz
|
//phiz
|
||||||
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
||||||
methodChannelWithName:@"miniProgram"
|
methodChannelWithName:@"Phiz"
|
||||||
binaryMessenger:[registrar messenger]];
|
binaryMessenger:[registrar messenger]];
|
||||||
[registrar addMethodCallDelegate:_instance channel:phizChannel];
|
[registrar addMethodCallDelegate:_instance channel:phizChannel];
|
||||||
_instance.phizMethodChannel = phizChannel;
|
_instance.phizMethodChannel = phizChannel;
|
||||||
|
|
Loading…
Reference in New Issue