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