基础库
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

11 řádky
236 B

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