mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-17 08:39:24 +08:00
5 lines
89 B
C
5 lines
89 B
C
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
@interface BarcodeScanPlugin : NSObject<FlutterPlugin>
|
||
|
@end
|