flutter_barcode_reader/ios/Classes/BarcodeScanPlugin.h

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