基础库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ZhiyingCommPlugin.m 236 B

4年前
4年前
4年前
12345678910
  1. #import "ZhiyingCommPlugin.h"
  2. #import "ZhiyingCommNative.h"
  3. @implementation ZhiyingCommPlugin
  4. + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
  5. [ZhiyingCommNative registerWithRegistrar:registrar];
  6. }
  7. @end