mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-17 09:29:19 +08:00
9 lines
253 B
Mathematica
9 lines
253 B
Mathematica
|
#import "BarcodeScanPlugin.h"
|
||
|
#import <barcode_scan/barcode_scan-Swift.h>
|
||
|
|
||
|
@implementation BarcodeScanPlugin
|
||
|
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
|
||
|
[SwiftBarcodeScanPlugin registerWithRegistrar:registrar];
|
||
|
}
|
||
|
@end
|