You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #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
|