基础库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ZhiyingCommPlugin.m 236 B

il y a 4 ans
il y a 4 ans
il y a 4 ans
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