修改名字
parent
6e85992330
commit
e1bea383ca
|
@ -67,7 +67,7 @@ static MopPlugin *_instance;
|
||||||
_instance.shareAppletMethodChannel = appletShareChannel;
|
_instance.shareAppletMethodChannel = appletShareChannel;
|
||||||
//phiz
|
//phiz
|
||||||
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
||||||
methodChannelWithName:@"Phiz"
|
methodChannelWithName:@"miniProgram"
|
||||||
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