@thegrizzlylabs/react-native-genius-scan 4.5.2 → 4.6.0

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.
Files changed (54) hide show
  1. package/README.md +19 -6
  2. package/android/build.gradle +3 -3
  3. package/android/src/main/java/com/geniusscansdk/reactnative/RNGeniusScanModule.java +7 -0
  4. package/index.js +1 -0
  5. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/GSSDKCore +0 -0
  6. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Headers/GSKPDFDocument.h +9 -1
  7. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Headers/GSSDKCore-Swift.h +300 -0
  8. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Info.plist +0 -0
  9. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.abi.json +523 -0
  10. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.private.swiftinterface +25 -0
  11. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  12. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios.swiftinterface +25 -0
  13. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64/GSSDKCore.framework/Modules/module.modulemap +5 -0
  14. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/GSSDKCore +0 -0
  15. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Headers/GSKPDFDocument.h +9 -1
  16. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Headers/GSSDKCore-Swift.h +596 -0
  17. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Info.plist +0 -0
  18. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.abi.json +523 -0
  19. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +25 -0
  20. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +25 -0
  22. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +523 -0
  23. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +25 -0
  24. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  25. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/GSSDKCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +25 -0
  26. package/ios/GSSDK/GSSDKCore.xcframework/ios-arm64_x86_64-simulator/GSSDKCore.framework/Modules/module.modulemap +5 -0
  27. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64/GSSDKOCR.framework/GSSDKOCR +0 -0
  28. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64/GSSDKOCR.framework/Info.plist +0 -0
  29. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64_x86_64-simulator/GSSDKOCR.framework/GSSDKOCR +0 -0
  30. package/ios/GSSDK/GSSDKOCR.xcframework/ios-arm64_x86_64-simulator/GSSDKOCR.framework/Info.plist +0 -0
  31. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Assets.car +0 -0
  32. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  33. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Headers/GSSDKScanFlow-Swift.h +47 -2
  34. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Info.plist +0 -0
  35. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.abi.json +1655 -0
  36. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.private.swiftinterface +64 -0
  37. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  38. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios.swiftinterface +14 -12
  39. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64/GSSDKScanFlow.framework/Modules/module.modulemap +2 -2
  40. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Assets.car +0 -0
  41. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/GSSDKScanFlow +0 -0
  42. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Headers/GSSDKScanFlow-Swift.h +84 -4
  43. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Info.plist +0 -0
  44. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.abi.json +1655 -0
  45. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +64 -0
  46. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  47. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/arm64-apple-ios-simulator.swiftinterface +14 -12
  48. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.abi.json +1655 -0
  49. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +64 -0
  50. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  51. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/GSSDKScanFlow.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +14 -12
  52. package/ios/GSSDK/GSSDKScanFlow.xcframework/ios-arm64_x86_64-simulator/GSSDKScanFlow.framework/Modules/module.modulemap +2 -2
  53. package/ios/RNGeniusScan.m +27 -0
  54. package/package.json +1 -1
@@ -0,0 +1,64 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
3
+ // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GSSDKScanFlow
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
5
+ import Foundation
6
+ import GSSDKOCR
7
+ @_exported import GSSDKScanFlow
8
+ import QuartzCore
9
+ import Swift
10
+ import UIKit
11
+ import _Concurrency
12
+ import _StringProcessing
13
+ @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class BVImageContentViewObjCWrapperView : UIKit.UIView {
14
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
15
+ @objc @_Concurrency.MainActor(unsafe) public func setImage(_ image: UIKit.UIImage)
16
+ @objc @_Concurrency.MainActor(unsafe) public func setZoomLimits()
17
+ @objc deinit
18
+ }
19
+ @_Concurrency.MainActor(unsafe) open class BVContentScrollView<ContentViewType> : UIKit.UIScrollView, UIKit.UIScrollViewDelegate where ContentViewType : UIKit.UIView {
20
+ @_Concurrency.MainActor(unsafe) final public let contentView: ContentViewType
21
+ @_Concurrency.MainActor(unsafe) public var doubleTapRecognizer: UIKit.UITapGestureRecognizer! {
22
+ get
23
+ }
24
+ @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, contentView: ContentViewType)
25
+ @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
26
+ @_Concurrency.MainActor(unsafe) public var availableSize: CoreFoundation.CGSize {
27
+ get
28
+ }
29
+ @_Concurrency.MainActor(unsafe) public var padding: CoreFoundation.CGFloat
30
+ @_Concurrency.MainActor(unsafe) open var contentViewContentSize: CoreFoundation.CGSize {
31
+ get
32
+ }
33
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentInset: UIKit.UIEdgeInsets {
34
+ @objc get
35
+ @objc set
36
+ }
37
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect {
38
+ @objc get
39
+ @objc set
40
+ }
41
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
42
+ @_Concurrency.MainActor(unsafe) public func setZoomLimits()
43
+ @objc @_Concurrency.MainActor(unsafe) open func handleDoubleTap(_ gestureRecognizer: UIKit.UITapGestureRecognizer)
44
+ @_Concurrency.MainActor(unsafe) @objc public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView?
45
+ @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat)
46
+ @_Concurrency.MainActor(unsafe) @objc open func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView)
47
+ @objc deinit
48
+ }
49
+ @_inheritsConvenienceInitializers @objc final public class GSKUIOCRService : ObjectiveC.NSObject {
50
+ @objc public static let shared: GSSDKScanFlow.GSKUIOCRService
51
+ @objc final public var pendingCount: Swift.Int {
52
+ get
53
+ }
54
+ @objc final public func process(_ scan: GSSDKScanFlow.GSKScanFlowScan, configuration: GSSDKOCR.GSKOCRConfiguration)
55
+ @objc final public func waitForCompletion(_ onDone: @escaping () -> Swift.Void)
56
+ @objc override dynamic public init()
57
+ @objc deinit
58
+ }
59
+ @_inheritsConvenienceInitializers @objc final public class GSKUIBackgroundProcessing : ObjectiveC.NSObject {
60
+ @objc public static let shared: GSSDKScanFlow.GSKUIBackgroundProcessing
61
+ @objc final public let documentGenerationQueue: Dispatch.DispatchQueue
62
+ @objc override dynamic public init()
63
+ @objc deinit
64
+ }
@@ -1,6 +1,7 @@
1
1
  // swift-interface-format-version: 1.0
2
- // swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
2
+ // swift-compiler-version: Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
3
3
  // swift-module-flags: -target arm64-apple-ios11.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name GSSDKScanFlow
4
+ // swift-module-flags-ignorable: -enable-bare-slash-regex
4
5
  import Foundation
5
6
  import GSSDKOCR
6
7
  @_exported import GSSDKScanFlow
@@ -8,8 +9,9 @@ import QuartzCore
8
9
  import Swift
9
10
  import UIKit
10
11
  import _Concurrency
12
+ import _StringProcessing
11
13
  @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc @_Concurrency.MainActor(unsafe) public class BVImageContentViewObjCWrapperView : UIKit.UIView {
12
- @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect)
14
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
13
15
  @objc @_Concurrency.MainActor(unsafe) public func setImage(_ image: UIKit.UIImage)
14
16
  @objc @_Concurrency.MainActor(unsafe) public func setZoomLimits()
15
17
  @objc deinit
@@ -19,28 +21,28 @@ import _Concurrency
19
21
  @_Concurrency.MainActor(unsafe) public var doubleTapRecognizer: UIKit.UITapGestureRecognizer! {
20
22
  get
21
23
  }
22
- @_Concurrency.MainActor(unsafe) public init(frame: CoreGraphics.CGRect, contentView: ContentViewType)
24
+ @_Concurrency.MainActor(unsafe) public init(frame: CoreFoundation.CGRect, contentView: ContentViewType)
23
25
  @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
24
- @_Concurrency.MainActor(unsafe) public var availableSize: CoreGraphics.CGSize {
26
+ @_Concurrency.MainActor(unsafe) public var availableSize: CoreFoundation.CGSize {
25
27
  get
26
28
  }
27
- @_Concurrency.MainActor(unsafe) public var padding: CoreGraphics.CGFloat
28
- @_Concurrency.MainActor(unsafe) open var contentViewContentSize: CoreGraphics.CGSize {
29
+ @_Concurrency.MainActor(unsafe) public var padding: CoreFoundation.CGFloat
30
+ @_Concurrency.MainActor(unsafe) open var contentViewContentSize: CoreFoundation.CGSize {
29
31
  get
30
32
  }
31
33
  @_Concurrency.MainActor(unsafe) @objc override dynamic public var contentInset: UIKit.UIEdgeInsets {
32
- @_Concurrency.MainActor(unsafe) @objc get
33
- @_Concurrency.MainActor(unsafe) @objc set
34
+ @objc get
35
+ @objc set
34
36
  }
35
- @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreGraphics.CGRect {
36
- @_Concurrency.MainActor(unsafe) @objc get
37
- @_Concurrency.MainActor(unsafe) @objc set
37
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var bounds: CoreFoundation.CGRect {
38
+ @objc get
39
+ @objc set
38
40
  }
39
41
  @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
40
42
  @_Concurrency.MainActor(unsafe) public func setZoomLimits()
41
43
  @objc @_Concurrency.MainActor(unsafe) open func handleDoubleTap(_ gestureRecognizer: UIKit.UITapGestureRecognizer)
42
44
  @_Concurrency.MainActor(unsafe) @objc public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView?
43
- @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreGraphics.CGFloat)
45
+ @_Concurrency.MainActor(unsafe) @objc public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat)
44
46
  @_Concurrency.MainActor(unsafe) @objc open func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView)
45
47
  @objc deinit
46
48
  }
@@ -6,6 +6,6 @@ framework module GSSDKScanFlow {
6
6
  }
7
7
 
8
8
  module GSSDKScanFlow.Swift {
9
- header "GSSDKScanFlow-Swift.h"
10
- requires objc
9
+ header "GSSDKScanFlow-Swift.h"
10
+ requires objc
11
11
  }
@@ -1,6 +1,6 @@
1
1
  #if 0
2
2
  #elif defined(__arm64__) && __arm64__
3
- // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
3
+ // Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
4
4
  #ifndef GSSDKSCANFLOW_SWIFT_H
5
5
  #define GSSDKSCANFLOW_SWIFT_H
6
6
  #pragma clang diagnostic push
@@ -23,11 +23,20 @@
23
23
  # include <swift/objc-prologue.h>
24
24
  #endif
25
25
 
26
+ #pragma clang diagnostic ignored "-Wduplicate-method-match"
26
27
  #pragma clang diagnostic ignored "-Wauto-import"
28
+ #if defined(__OBJC__)
27
29
  #include <Foundation/Foundation.h>
30
+ #endif
31
+ #if defined(__cplusplus)
32
+ #include <cstdint>
33
+ #include <cstddef>
34
+ #include <cstdbool>
35
+ #else
28
36
  #include <stdint.h>
29
37
  #include <stddef.h>
30
38
  #include <stdbool.h>
39
+ #endif
31
40
 
32
41
  #if !defined(SWIFT_TYPEDEFS)
33
42
  # define SWIFT_TYPEDEFS 1
@@ -183,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
183
192
  #else
184
193
  # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
185
194
  #endif
195
+ #if defined(__OBJC__)
186
196
  #if !defined(IBSegueAction)
187
197
  # define IBSegueAction
188
198
  #endif
199
+ #endif
189
200
  #if !defined(SWIFT_EXTERN)
190
201
  # if defined(__cplusplus)
191
202
  # define SWIFT_EXTERN extern "C"
@@ -193,16 +204,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
193
204
  # define SWIFT_EXTERN extern
194
205
  # endif
195
206
  #endif
207
+ #if !defined(SWIFT_CALL)
208
+ # define SWIFT_CALL __attribute__((swiftcall))
209
+ #endif
210
+ #if defined(__cplusplus)
211
+ #if !defined(SWIFT_NOEXCEPT)
212
+ # define SWIFT_NOEXCEPT noexcept
213
+ #endif
214
+ #else
215
+ #if !defined(SWIFT_NOEXCEPT)
216
+ # define SWIFT_NOEXCEPT
217
+ #endif
218
+ #endif
219
+ #if defined(__cplusplus)
220
+ #if !defined(SWIFT_CXX_INT_DEFINED)
221
+ #define SWIFT_CXX_INT_DEFINED
222
+ namespace swift {
223
+ using Int = ptrdiff_t;
224
+ using UInt = size_t;
225
+ }
226
+ #endif
227
+ #endif
228
+ #if defined(__OBJC__)
196
229
  #if __has_feature(modules)
197
230
  #if __has_warning("-Watimport-in-framework-header")
198
231
  #pragma clang diagnostic ignored "-Watimport-in-framework-header"
199
232
  #endif
200
- @import CoreGraphics;
233
+ @import CoreFoundation;
201
234
  @import Dispatch;
202
235
  @import ObjectiveC;
203
236
  @import UIKit;
204
237
  #endif
205
238
 
239
+ #endif
206
240
  #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
207
241
  #pragma clang diagnostic ignored "-Wduplicate-method-arg"
208
242
  #if __has_warning("-Wpragma-clang-attribute")
@@ -210,6 +244,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
210
244
  #endif
211
245
  #pragma clang diagnostic ignored "-Wunknown-pragmas"
212
246
  #pragma clang diagnostic ignored "-Wnullability"
247
+ #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
213
248
 
214
249
  #if __has_attribute(external_source_symbol)
215
250
  # pragma push_macro("any")
@@ -218,6 +253,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
218
253
  # pragma pop_macro("any")
219
254
  #endif
220
255
 
256
+ #if defined(__OBJC__)
221
257
  @class NSCoder;
222
258
  @class UIImage;
223
259
 
@@ -251,6 +287,9 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKUIOCRServ
251
287
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
252
288
  @end
253
289
 
290
+ #endif
291
+ #if defined(__cplusplus)
292
+ #endif
254
293
  #if __has_attribute(external_source_symbol)
255
294
  # pragma clang attribute pop
256
295
  #endif
@@ -258,7 +297,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKUIOCRServ
258
297
  #endif
259
298
 
260
299
  #elif defined(__x86_64__) && __x86_64__
261
- // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
300
+ // Generated by Apple Swift version 5.7 (swiftlang-5.7.0.127.4 clang-1400.0.29.50)
262
301
  #ifndef GSSDKSCANFLOW_SWIFT_H
263
302
  #define GSSDKSCANFLOW_SWIFT_H
264
303
  #pragma clang diagnostic push
@@ -281,11 +320,20 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKUIOCRServ
281
320
  # include <swift/objc-prologue.h>
282
321
  #endif
283
322
 
323
+ #pragma clang diagnostic ignored "-Wduplicate-method-match"
284
324
  #pragma clang diagnostic ignored "-Wauto-import"
325
+ #if defined(__OBJC__)
285
326
  #include <Foundation/Foundation.h>
327
+ #endif
328
+ #if defined(__cplusplus)
329
+ #include <cstdint>
330
+ #include <cstddef>
331
+ #include <cstdbool>
332
+ #else
286
333
  #include <stdint.h>
287
334
  #include <stddef.h>
288
335
  #include <stdbool.h>
336
+ #endif
289
337
 
290
338
  #if !defined(SWIFT_TYPEDEFS)
291
339
  # define SWIFT_TYPEDEFS 1
@@ -441,9 +489,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
441
489
  #else
442
490
  # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
443
491
  #endif
492
+ #if defined(__OBJC__)
444
493
  #if !defined(IBSegueAction)
445
494
  # define IBSegueAction
446
495
  #endif
496
+ #endif
447
497
  #if !defined(SWIFT_EXTERN)
448
498
  # if defined(__cplusplus)
449
499
  # define SWIFT_EXTERN extern "C"
@@ -451,16 +501,39 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
451
501
  # define SWIFT_EXTERN extern
452
502
  # endif
453
503
  #endif
504
+ #if !defined(SWIFT_CALL)
505
+ # define SWIFT_CALL __attribute__((swiftcall))
506
+ #endif
507
+ #if defined(__cplusplus)
508
+ #if !defined(SWIFT_NOEXCEPT)
509
+ # define SWIFT_NOEXCEPT noexcept
510
+ #endif
511
+ #else
512
+ #if !defined(SWIFT_NOEXCEPT)
513
+ # define SWIFT_NOEXCEPT
514
+ #endif
515
+ #endif
516
+ #if defined(__cplusplus)
517
+ #if !defined(SWIFT_CXX_INT_DEFINED)
518
+ #define SWIFT_CXX_INT_DEFINED
519
+ namespace swift {
520
+ using Int = ptrdiff_t;
521
+ using UInt = size_t;
522
+ }
523
+ #endif
524
+ #endif
525
+ #if defined(__OBJC__)
454
526
  #if __has_feature(modules)
455
527
  #if __has_warning("-Watimport-in-framework-header")
456
528
  #pragma clang diagnostic ignored "-Watimport-in-framework-header"
457
529
  #endif
458
- @import CoreGraphics;
530
+ @import CoreFoundation;
459
531
  @import Dispatch;
460
532
  @import ObjectiveC;
461
533
  @import UIKit;
462
534
  #endif
463
535
 
536
+ #endif
464
537
  #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
465
538
  #pragma clang diagnostic ignored "-Wduplicate-method-arg"
466
539
  #if __has_warning("-Wpragma-clang-attribute")
@@ -468,6 +541,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
468
541
  #endif
469
542
  #pragma clang diagnostic ignored "-Wunknown-pragmas"
470
543
  #pragma clang diagnostic ignored "-Wnullability"
544
+ #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
471
545
 
472
546
  #if __has_attribute(external_source_symbol)
473
547
  # pragma push_macro("any")
@@ -476,6 +550,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
476
550
  # pragma pop_macro("any")
477
551
  #endif
478
552
 
553
+ #if defined(__OBJC__)
479
554
  @class NSCoder;
480
555
  @class UIImage;
481
556
 
@@ -509,10 +584,15 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GSKUIOCRServ
509
584
  - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
510
585
  @end
511
586
 
587
+ #endif
588
+ #if defined(__cplusplus)
589
+ #endif
512
590
  #if __has_attribute(external_source_symbol)
513
591
  # pragma clang attribute pop
514
592
  #endif
515
593
  #pragma clang diagnostic pop
516
594
  #endif
517
595
 
596
+ #else
597
+ #error unsupported Swift architecture
518
598
  #endif