mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-01 09:29:21 +08:00
10 lines
297 B
Objective-C
10 lines
297 B
Objective-C
#import <Flutter/Flutter.h>
|
|
#import "BarcodeScannerViewControllerDelegate.h"
|
|
|
|
|
|
@interface BarcodeScanPlugin : NSObject<FlutterPlugin, BarcodeScannerViewControllerDelegate>
|
|
|
|
@property(nonatomic, retain) FlutterResult result;
|
|
@property (nonatomic, assign) UIViewController *hostViewController;
|
|
@end
|