barkoder-nativescript 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/barkoder-nativescript.android.ts +184 -0
- package/barkoder-nativescript.common.ts +24 -0
- package/barkoder-nativescript.ios.ts +188 -0
- package/package.json +1 -1
- package/platforms/android/barkoder.aar +0 -0
- package/platforms/ios/Barkoder.xcframework/Info.plist +5 -5
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Barkoder +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Info.plist +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/Modules/module.modulemap +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/default.metallib +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +2 -2
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Barkoder +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Info.plist +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/Modules/module.modulemap +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/_CodeSignature/CodeResources +13 -17
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/default.metallib +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/coremldata.bin +0 -0
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_384x256.mlmodelc/model.mil +1 -1
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/metadata.json +3 -3
- package/platforms/ios/Barkoder.xcframework/ios-arm64_x86_64-simulator/Barkoder.framework/float16_512x384.mlmodelc/model.mil +1 -1
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +142 -1
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64/BarkoderSDK.framework/templates.json +340 -15
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/BarkoderSDK +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Headers/BarkoderSDK-Swift.h +284 -2
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Info.plist +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +3898 -169
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/Modules/BarkoderSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +89 -0
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/_CodeSignature/CodeResources +25 -25
- package/platforms/ios/BarkoderSDK.xcframework/ios-arm64_x86_64-simulator/BarkoderSDK.framework/templates.json +340 -15
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
"userDefinedMetadata" : {
|
|
74
|
-
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
|
|
75
74
|
"stride" : "32",
|
|
76
75
|
"com.github.apple.coremltools.version" : "7.2",
|
|
77
|
-
"
|
|
78
|
-
"task" : "obb",
|
|
76
|
+
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
|
|
79
77
|
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
|
78
|
+
"task" : "obb",
|
|
79
|
+
"docs" : "https:\/\/docs.ultralytics.com",
|
|
80
80
|
"imgsz" : "[256, 384]",
|
|
81
81
|
"date" : "2024-08-01T09:34:45.251931",
|
|
82
82
|
"batch" : "1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
program(1.0)
|
|
2
|
-
[buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "
|
|
2
|
+
[buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "3404.16.1"}, {"coremlc-version", "3404.23.1"}, {"coremltools-component-torch", "2.3.1+cu121"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "7.2"}})]
|
|
3
3
|
{
|
|
4
4
|
func main<ios15>(tensor<fp32, [1, 3, 256, 384]> image) {
|
|
5
5
|
tensor<fp32, []> image__scaled___y_0 = const()[name = tensor<string, []>("image__scaled___y_0"), val = tensor<fp32, []>(0x1.010102p-8)];
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
"userDefinedMetadata" : {
|
|
74
|
-
"com.github.apple.coremltools.version" : "7.2",
|
|
75
74
|
"stride" : "32",
|
|
75
|
+
"com.github.apple.coremltools.version" : "7.2",
|
|
76
76
|
"com.github.apple.coremltools.source" : "torch==2.3.1+cu121",
|
|
77
|
-
"docs" : "https:\/\/docs.ultralytics.com",
|
|
78
77
|
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
|
79
78
|
"task" : "obb",
|
|
80
|
-
"
|
|
79
|
+
"docs" : "https:\/\/docs.ultralytics.com",
|
|
81
80
|
"imgsz" : "[384, 512]",
|
|
81
|
+
"date" : "2024-08-01T17:19:19.267647",
|
|
82
82
|
"batch" : "1",
|
|
83
83
|
"names" : "{0: 'id_mrz_image', 1: 'mrz_2', 2: 'mrz_3', 3: 'id_mrz', 4: 'id_image', 5: 'face', 6: 'vin', 7: 'signature'}"
|
|
84
84
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
program(1.0)
|
|
2
|
-
[buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "
|
|
2
|
+
[buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "3404.16.1"}, {"coremlc-version", "3404.23.1"}, {"coremltools-component-torch", "2.3.1+cu121"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "7.2"}})]
|
|
3
3
|
{
|
|
4
4
|
func main<ios15>(tensor<fp32, [1, 3, 384, 512]> image) {
|
|
5
5
|
tensor<fp32, []> image__scaled___y_0 = const()[name = tensor<string, []>("image__scaled___y_0"), val = tensor<fp32, []>(0x1.010102p-8)];
|
|
Binary file
|
|
@@ -307,10 +307,132 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
307
307
|
#endif
|
|
308
308
|
|
|
309
309
|
#if defined(__OBJC__)
|
|
310
|
+
enum BarkoderARMode : NSInteger;
|
|
311
|
+
enum BarkoderAROverlayRefresh : NSInteger;
|
|
310
312
|
@class UIColor;
|
|
313
|
+
enum BarkoderARLocationType : NSInteger;
|
|
314
|
+
enum BarkoderARHeaderShowMode : NSInteger;
|
|
315
|
+
@class NSString;
|
|
316
|
+
|
|
317
|
+
/// Contains all configurable options for AR-related barcode behavior.
|
|
318
|
+
SWIFT_CLASS("_TtC11BarkoderSDK16BarkoderARConfig")
|
|
319
|
+
@interface BarkoderARConfig : NSObject
|
|
320
|
+
/// Defines the overall AR behavior mode (e.g., interactive, non-interactive, disabled).
|
|
321
|
+
/// note:
|
|
322
|
+
/// Default value is <code>.off</code>
|
|
323
|
+
@property (nonatomic) enum BarkoderARMode arMode;
|
|
324
|
+
/// Time delay (in milliseconds) after which a detected barcode result is considered expired and removed from the view.
|
|
325
|
+
/// note:
|
|
326
|
+
/// Default value is 800 ms
|
|
327
|
+
@property (nonatomic) NSInteger resultDisappearanceDelayMs;
|
|
328
|
+
/// Speed factor (0.1 to 1.0) for smooth interpolation of overlay positions during camera movement.
|
|
329
|
+
/// Higher values mean faster transition.
|
|
330
|
+
/// note:
|
|
331
|
+
/// Default value is 0.3
|
|
332
|
+
@property (nonatomic) float locationTransitionSpeed;
|
|
333
|
+
/// Defines how often AR overlays are updated.
|
|
334
|
+
/// A smoother refresh enhances visual quality but consume more processing power.
|
|
335
|
+
/// note:
|
|
336
|
+
/// Default value is <code>.smooth</code>
|
|
337
|
+
@property (nonatomic) enum BarkoderAROverlayRefresh overlayRefresh;
|
|
338
|
+
/// Color used to draw overlays around selected barcodes.
|
|
339
|
+
@property (nonatomic, strong) UIColor * _Nonnull selectedLocationColor;
|
|
340
|
+
/// Color used to draw overlays around non-selected barcodes.
|
|
341
|
+
@property (nonatomic, strong) UIColor * _Nonnull nonSelectedLocationColor;
|
|
342
|
+
/// Line width for selected barcode overlays.
|
|
343
|
+
/// note:
|
|
344
|
+
/// Default value is 2.0
|
|
345
|
+
@property (nonatomic) float selectedLocationLineWidth;
|
|
346
|
+
/// Line width for non-selected barcode overlays.
|
|
347
|
+
/// note:
|
|
348
|
+
/// Default value is 2.0
|
|
349
|
+
@property (nonatomic) float nonSelectedLocationLineWidth;
|
|
350
|
+
/// Type of location overlay to be drawn (tight box, bounding box, or none).
|
|
351
|
+
/// note:
|
|
352
|
+
/// Default is <code>.tight</code>
|
|
353
|
+
@property (nonatomic) enum BarkoderARLocationType locationType;
|
|
354
|
+
/// Whether a double-tap gesture is enabled to freeze/unfreeze barcode scanning in AR mode.
|
|
355
|
+
/// note:
|
|
356
|
+
/// Default value is <code>true</code>
|
|
357
|
+
@property (nonatomic) BOOL doubleTapToFreezeEnabled;
|
|
358
|
+
/// Height of the header above the barcode.
|
|
359
|
+
/// note:
|
|
360
|
+
/// Default value is 19.0
|
|
361
|
+
@property (nonatomic) float headerHeight;
|
|
362
|
+
/// Defines when the header should be visible above detected barcodes.
|
|
363
|
+
/// note:
|
|
364
|
+
/// Default is <code>.onSelected</code>
|
|
365
|
+
@property (nonatomic) enum BarkoderARHeaderShowMode headerShowMode;
|
|
366
|
+
/// Maximum text height inside the header area.
|
|
367
|
+
/// note:
|
|
368
|
+
/// Default value is 20.0
|
|
369
|
+
@property (nonatomic) float headerMaxTextHeight;
|
|
370
|
+
/// Minimum text height inside the header area.
|
|
371
|
+
/// note:
|
|
372
|
+
/// Default value is 7.0
|
|
373
|
+
@property (nonatomic) float headerMinTextHeight;
|
|
374
|
+
/// Text color used for the header when the barcode is selected.
|
|
375
|
+
@property (nonatomic, strong) UIColor * _Nonnull headerTextColorSelected;
|
|
376
|
+
/// Text color used for the header when the barcode is not selected.
|
|
377
|
+
@property (nonatomic, strong) UIColor * _Nonnull headerTextColorNonSelected;
|
|
378
|
+
/// Horizontal margin inside the header, creating equal padding on both sides of the text.
|
|
379
|
+
/// note:
|
|
380
|
+
/// Default value is 5.0
|
|
381
|
+
@property (nonatomic) float headerHorizontalTextMargin;
|
|
382
|
+
/// Vertical margin inside the header, creating equal padding on both sides of the text.
|
|
383
|
+
/// note:
|
|
384
|
+
/// Default value is 3.0
|
|
385
|
+
@property (nonatomic) float headerVerticalTextMargin;
|
|
386
|
+
/// Format string for the header text above barcodes.
|
|
387
|
+
/// Supports dynamic placeholders like [barcode_type], [barcode_text], [gs1], etc.
|
|
388
|
+
/// note:
|
|
389
|
+
/// Default value is <code>"[barcode_text]"</code>
|
|
390
|
+
@property (nonatomic, copy) NSString * _Nonnull headerTextFormat;
|
|
391
|
+
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
392
|
+
@end
|
|
393
|
+
|
|
394
|
+
/// Defines when the header text (above a barcode) should be shown in AR mode.
|
|
395
|
+
typedef SWIFT_ENUM(NSInteger, BarkoderARHeaderShowMode, open) {
|
|
396
|
+
/// Never display the header text.
|
|
397
|
+
BarkoderARHeaderShowModeNever = 0,
|
|
398
|
+
/// Always display the header text above detected barcodes.
|
|
399
|
+
BarkoderARHeaderShowModeAlways = 1,
|
|
400
|
+
/// Display the header text only when the barcode is selected.
|
|
401
|
+
BarkoderARHeaderShowModeOnSelected = 2,
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
/// Specifies how the location overlays around barcodes should be drawn.
|
|
405
|
+
typedef SWIFT_ENUM(NSInteger, BarkoderARLocationType, open) {
|
|
406
|
+
/// No overlay will be drawn.
|
|
407
|
+
BarkoderARLocationTypeNone = 0,
|
|
408
|
+
/// A tight overlay will be drawn closely around the detected barcode.
|
|
409
|
+
BarkoderARLocationTypeTight = 1,
|
|
410
|
+
/// A full bounding rectangle will be drawn around the barcode.
|
|
411
|
+
BarkoderARLocationTypeBoundingBox = 2,
|
|
412
|
+
};
|
|
413
|
+
|
|
414
|
+
/// Defines the behavior mode for AR barcode selection and interaction.
|
|
415
|
+
typedef SWIFT_ENUM(NSInteger, BarkoderARMode, open) {
|
|
416
|
+
/// AR mode is disabled. No AR-specific features will be used.
|
|
417
|
+
BarkoderARModeOff = 0,
|
|
418
|
+
/// AR is enabled, but new barcodes are not selected automatically by default.
|
|
419
|
+
BarkoderARModeInteractiveDisabled = 1,
|
|
420
|
+
/// AR is enabled, and new barcodes are automatically selected by default.
|
|
421
|
+
BarkoderARModeInteractiveEnabled = 2,
|
|
422
|
+
/// AR is enabled with non-interactive behavior; selection happens automatically without any user actions.
|
|
423
|
+
BarkoderARModeNonInteractive = 3,
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
/// Defines the refresh rate for updating AR barcode overlays on the camera preview.
|
|
427
|
+
typedef SWIFT_ENUM(NSInteger, BarkoderAROverlayRefresh, open) {
|
|
428
|
+
/// Smooth refresh rate — provides optimal visual fidelity, suitable for high-performance devices.
|
|
429
|
+
BarkoderAROverlayRefreshSmooth = 0,
|
|
430
|
+
/// Normal refresh rate — offers a balance between performance and power usage, ideal for lower-end devices.
|
|
431
|
+
BarkoderAROverlayRefreshNormal = 1,
|
|
432
|
+
};
|
|
433
|
+
|
|
311
434
|
@class Config;
|
|
312
435
|
enum BarkoderResolution : NSInteger;
|
|
313
|
-
@class NSString;
|
|
314
436
|
@class LicenseCheckResult;
|
|
315
437
|
|
|
316
438
|
SWIFT_CLASS("_TtC11BarkoderSDK14BarkoderConfig")
|
|
@@ -377,6 +499,8 @@ SWIFT_CLASS("_TtC11BarkoderSDK14BarkoderConfig")
|
|
|
377
499
|
@property (nonatomic) BOOL locationInPreviewEnabled;
|
|
378
500
|
/// Configures the Barkoder functionality based on the provided configuration
|
|
379
501
|
@property (nonatomic, strong) Config * _Nullable decoderConfig;
|
|
502
|
+
/// Configuration options for AR barcode detection and overlay behavior.
|
|
503
|
+
@property (nonatomic, strong) BarkoderARConfig * _Nonnull arConfig;
|
|
380
504
|
/// Retrieve/Sets the resolution for barcode scanning
|
|
381
505
|
/// note:
|
|
382
506
|
/// Default value is BarkoderView.BarkoderResolution.HD
|
|
@@ -387,6 +511,10 @@ SWIFT_CLASS("_TtC11BarkoderSDK14BarkoderConfig")
|
|
|
387
511
|
@property (nonatomic) BOOL barcodeThumbnailOnResult;
|
|
388
512
|
/// Retrieve/Sets the threshold between duplicate scans
|
|
389
513
|
@property (nonatomic) NSInteger thresholdBetweenDuplicatesScans;
|
|
514
|
+
/// Controls whether duplicate barcode locations are shown on preview.
|
|
515
|
+
/// note:
|
|
516
|
+
/// Default value is true
|
|
517
|
+
@property (nonatomic) BOOL showDuplicatesLocations;
|
|
390
518
|
/// Defines the Region of Interest (ROI) on the camera preview for barcode scanning, specifying an area where the application focuses on detecting barcodes
|
|
391
519
|
- (BOOL)setRegionOfInterest:(CGRect)value error:(NSError * _Nullable * _Nullable)error;
|
|
392
520
|
/// Retrieves the region of interest (ROI)
|
|
@@ -488,6 +616,7 @@ typedef SWIFT_ENUM(NSInteger, BarkoderConfigTemplate, open) {
|
|
|
488
616
|
BarkoderConfigTemplateGallery_scan = 11,
|
|
489
617
|
BarkoderConfigTemplateComposite = 12,
|
|
490
618
|
BarkoderConfigTemplatePostal_codes = 13,
|
|
619
|
+
BarkoderConfigTemplateAr = 14,
|
|
491
620
|
};
|
|
492
621
|
|
|
493
622
|
|
|
@@ -532,6 +661,12 @@ SWIFT_CLASS("_TtC11BarkoderSDK12BarkoderView")
|
|
|
532
661
|
- (void)stopScanning;
|
|
533
662
|
/// Temporarily suspends the barcode scanning process, pausing the camera feed without completely stopping the scanning session
|
|
534
663
|
- (void)pauseScanning;
|
|
664
|
+
/// Freezes the AR scanning session by capturing a still image from the camera feed.
|
|
665
|
+
/// Use only when AR mode is enabled to temporarily freeze the view while keeping overlays visible.
|
|
666
|
+
- (void)freezeScanning;
|
|
667
|
+
/// Unfreezes the AR scanning session by removing the still image and reactivating the camera and overlays.
|
|
668
|
+
/// Use only when AR mode is enabled to restore the live AR view and continue scanning.
|
|
669
|
+
- (void)unfreezeScanning;
|
|
535
670
|
/// Sets the zoom factor for the device’s camera, adjusting the level of zoom during barcode scanning
|
|
536
671
|
- (void)setZoomFactor:(float)zoomFactor;
|
|
537
672
|
/// Sets the camera to be used for scanning (back/front).
|
|
@@ -580,6 +715,12 @@ typedef SWIFT_ENUM(NSInteger, BarkoderCameraPosition, open) {
|
|
|
580
715
|
BarkoderCameraPositionFRONT = 1,
|
|
581
716
|
};
|
|
582
717
|
|
|
718
|
+
@class UIGestureRecognizer;
|
|
719
|
+
@class UITouch;
|
|
720
|
+
|
|
721
|
+
@interface BarkoderView (SWIFT_EXTENSION(BarkoderSDK)) <UIGestureRecognizerDelegate>
|
|
722
|
+
- (BOOL)gestureRecognizer:(UIGestureRecognizer * _Nonnull)gestureRecognizer shouldReceiveTouch:(UITouch * _Nonnull)touch SWIFT_WARN_UNUSED_RESULT;
|
|
723
|
+
@end
|
|
583
724
|
|
|
584
725
|
|
|
585
726
|
|