|
12345678910 |
- #import "ZhiyingCommPlugin.h"
- #import "ZhiyingCommNative.h"
-
- @implementation ZhiyingCommPlugin
- + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
- [ZhiyingCommNative registerWithRegistrar:registrar];
- }
-
-
- @end
|