基础库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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