flutter_barcode_reader/ios/Classes
Jon Stevens 81edea7935
fix compile warning
https://stackoverflow.com/questions/18039275/retained-block-property-does-not-copy-the-block-use-copy-attribute-instead

"Retain'ed block property does not copy the block - use copy attribute instead"

Not sure if this should be `copy` or `strong`.
2019-07-05 16:32:46 +07:00
..
BarcodeScanPlugin.h fix compile warning 2019-07-05 16:32:46 +07:00
BarcodeScanPlugin.m changed delegate method name to 'didFailWithErrorCode' 2018-01-10 16:25:40 +01:00
BarcodeScannerViewController.h make iOS scanner UI look the same as Android 2018-08-11 09:17:35 -07:00
BarcodeScannerViewController.m Stop scanning when pressed the cancel button iOS 2018-11-09 22:07:58 +03:00
BarcodeScannerViewControllerDelegate.h changed delegate method name to 'didFailWithErrorCode' 2018-01-10 16:25:40 +01:00
ScannerOverlay.h make iOS scanner UI look the same as Android 2018-08-11 09:17:35 -07:00
ScannerOverlay.m make iOS scanner UI look the same as Android 2018-08-11 09:17:35 -07:00