The QR Code Scanner package for Appeto SDK.
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ů.
|
- #import "FlutterQrPlugin.h"
-
- #if __has_include(<qr_code_scanner/qr_code_scanner-Swift.h>)
- #import <qr_code_scanner/qr_code_scanner-Swift.h>
- #else
- #import "qr_code_scanner-Swift.h"
- #endif
-
- @implementation FlutterQrPlugin
- + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
- [SwiftFlutterQrPlugin registerWithRegistrar:registrar];
- }
- @end
|