Skip to content

Commit

Permalink
ios: #include Barcode.h to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Mar 3, 2024
1 parent 0ee68df commit 4f4695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/ios/Sources/Wrapper/Reader/ZXIBarcodeReader.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#import "ZXIBarcodeReader.h"
#import "ReadBarcode.h"
#import "ImageView.h"
#import "Result.h"
#import "Barcode.h"
#import "GTIN.h"
#import "ZXIFormatHelper.h"
#import "ZXIPosition+Helper.h"
Expand Down

0 comments on commit 4f4695f

Please sign in to comment.