@identomat-inc/react-native-identomat 1.0.20

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 (96) hide show
  1. package/README.md +44 -0
  2. package/android/build.gradle +48 -0
  3. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  4. package/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  5. package/android/src/main/AndroidManifest.xml +7 -0
  6. package/android/src/main/java/com/reactlibrary/BridgeModule.java +86 -0
  7. package/android/src/main/java/com/reactlibrary/BridgePackage.java +36 -0
  8. package/index.js +46 -0
  9. package/ios/Frameworks/identomat.framework/Assets.car +0 -0
  10. package/ios/Frameworks/identomat.framework/Headers/identomat-Swift.h +638 -0
  11. package/ios/Frameworks/identomat.framework/Headers/identomat.h +18 -0
  12. package/ios/Frameworks/identomat.framework/Info.plist +0 -0
  13. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  14. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  15. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  16. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  17. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  18. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftdoc +0 -0
  19. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftinterface +1866 -0
  20. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftmodule +0 -0
  21. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  22. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftinterface +1947 -0
  23. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  24. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftdoc +0 -0
  25. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftinterface +1947 -0
  26. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftmodule +0 -0
  27. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  28. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftinterface +1866 -0
  29. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftmodule +0 -0
  30. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftdoc +0 -0
  31. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftinterface +1866 -0
  32. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftmodule +0 -0
  33. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftdoc +0 -0
  34. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftinterface +1947 -0
  35. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftmodule +0 -0
  36. package/ios/Frameworks/identomat.framework/Modules/module.modulemap +11 -0
  37. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/3Qb-Zw-Ydv-view-5fQ-xy-n01.nib/objects-11.0+.nib +0 -0
  38. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/3Qb-Zw-Ydv-view-5fQ-xy-n01.nib/runtime.nib +0 -0
  39. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Ajy-Ix-fe9-view-G1g-ks-BqP.nib/objects-11.0+.nib +0 -0
  40. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Ajy-Ix-fe9-view-G1g-ks-BqP.nib/runtime.nib +0 -0
  41. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Info.plist +0 -0
  42. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/RiD-hj-AH5-view-oaZ-g7-pTv.nib/objects-11.0+.nib +0 -0
  43. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/RiD-hj-AH5-view-oaZ-g7-pTv.nib/runtime.nib +0 -0
  44. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/VAA-Ss-lbh-view-UDO-8x-V4i.nib/objects-11.0+.nib +0 -0
  45. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/VAA-Ss-lbh-view-UDO-8x-V4i.nib/runtime.nib +0 -0
  46. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/YyM-f0-UbG-view-INz-ta-t1c.nib/objects-11.0+.nib +0 -0
  47. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/YyM-f0-UbG-view-INz-ta-t1c.nib/runtime.nib +0 -0
  48. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/agreement_view.nib/objects-11.0+.nib +0 -0
  49. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/agreement_view.nib/runtime.nib +0 -0
  50. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/default_view_controller.nib/objects-11.0+.nib +0 -0
  51. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/default_view_controller.nib/runtime.nib +0 -0
  52. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/document_types_view.nib/objects-11.0+.nib +0 -0
  53. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/document_types_view.nib/runtime.nib +0 -0
  54. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/fQF-H1-pI2-view-oqs-SO-IYK.nib/objects-11.0+.nib +0 -0
  55. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/fQF-H1-pI2-view-oqs-SO-IYK.nib/runtime.nib +0 -0
  56. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/liveness_view.nib/objects-11.0+.nib +0 -0
  57. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/liveness_view.nib/runtime.nib +0 -0
  58. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/match_photo_view.nib/objects-11.0+.nib +0 -0
  59. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/match_photo_view.nib/runtime.nib +0 -0
  60. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/qkz-dS-cJe-view-KRp-Px-e4R.nib/objects-11.0+.nib +0 -0
  61. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/qkz-dS-cJe-view-KRp-Px-e4R.nib/runtime.nib +0 -0
  62. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/scan_document_view.nib/objects-11.0+.nib +0 -0
  63. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/scan_document_view.nib/runtime.nib +0 -0
  64. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_file_view.nib/objects-11.0+.nib +0 -0
  65. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_file_view.nib/runtime.nib +0 -0
  66. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_types_view.nib/objects-11.0+.nib +0 -0
  67. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_types_view.nib/runtime.nib +0 -0
  68. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/vTZ-J7-KVA-view-nnL-sn-lBz.nib/objects-11.0+.nib +0 -0
  69. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/vTZ-J7-KVA-view-nnL-sn-lBz.nib/runtime.nib +0 -0
  70. package/ios/Frameworks/identomat.framework/_CodeSignature/CodeResources +1045 -0
  71. package/ios/Frameworks/identomat.framework/en.lproj/languages.strings +0 -0
  72. package/ios/Frameworks/identomat.framework/es.lproj/languages.strings +0 -0
  73. package/ios/Frameworks/identomat.framework/identomat +0 -0
  74. package/ios/Frameworks/identomat.framework/ka.lproj/languages.strings +0 -0
  75. package/ios/Frameworks/identomat.framework/ru.lproj/languages.strings +0 -0
  76. package/ios/Identomat-Bridging-Header.h +7 -0
  77. package/ios/Identomat.m +26 -0
  78. package/ios/Identomat.swift +122 -0
  79. package/ios/Identomat.xcodeproj/project.pbxproj +333 -0
  80. package/ios/Identomat.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  81. package/ios/Identomat.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  82. package/ios/Identomat.xcodeproj/project.xcworkspace/xcuserdata/otosiradze.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  83. package/ios/Identomat.xcodeproj/xcuserdata/otosiradze.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +6 -0
  84. package/ios/Identomat.xcodeproj/xcuserdata/otosiradze.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  85. package/ios/Identomat.xcworkspace/contents.xcworkspacedata +7 -0
  86. package/ios/Identomat.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  87. package/ios/Identomat.xcworkspace/xcuserdata/otosiradze.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  88. package/package.json +14 -0
  89. package/react-native-identomat.podspec +44 -0
  90. package/windows/RNIdentomat/Properties/AssemblyInfo.cs +30 -0
  91. package/windows/RNIdentomat/Properties/RNIdentomat.rd.xml +28 -0
  92. package/windows/RNIdentomat/RNIdentomat.csproj +153 -0
  93. package/windows/RNIdentomat/RNIdentomatModule.cs +33 -0
  94. package/windows/RNIdentomat/RNIdentomatPackage.cs +53 -0
  95. package/windows/RNIdentomat/project.json +16 -0
  96. package/windows/RNIdentomat.sln +89 -0
@@ -0,0 +1,638 @@
1
+ #if 0
2
+ #elif defined(__arm64__) && __arm64__
3
+ // Generated by Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)
4
+ #ifndef IDENTOMAT_SWIFT_H
5
+ #define IDENTOMAT_SWIFT_H
6
+ #pragma clang diagnostic push
7
+ #pragma clang diagnostic ignored "-Wgcc-compat"
8
+
9
+ #if !defined(__has_include)
10
+ # define __has_include(x) 0
11
+ #endif
12
+ #if !defined(__has_attribute)
13
+ # define __has_attribute(x) 0
14
+ #endif
15
+ #if !defined(__has_feature)
16
+ # define __has_feature(x) 0
17
+ #endif
18
+ #if !defined(__has_warning)
19
+ # define __has_warning(x) 0
20
+ #endif
21
+
22
+ #if __has_include(<swift/objc-prologue.h>)
23
+ # include <swift/objc-prologue.h>
24
+ #endif
25
+
26
+ #pragma clang diagnostic ignored "-Wauto-import"
27
+ #include <Foundation/Foundation.h>
28
+ #include <stdint.h>
29
+ #include <stddef.h>
30
+ #include <stdbool.h>
31
+
32
+ #if !defined(SWIFT_TYPEDEFS)
33
+ # define SWIFT_TYPEDEFS 1
34
+ # if __has_include(<uchar.h>)
35
+ # include <uchar.h>
36
+ # elif !defined(__cplusplus)
37
+ typedef uint_least16_t char16_t;
38
+ typedef uint_least32_t char32_t;
39
+ # endif
40
+ typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
41
+ typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
42
+ typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
43
+ typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
44
+ typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
45
+ typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
46
+ typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
47
+ typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
48
+ typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
49
+ typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
50
+ typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
51
+ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
52
+ #endif
53
+
54
+ #if !defined(SWIFT_PASTE)
55
+ # define SWIFT_PASTE_HELPER(x, y) x##y
56
+ # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
57
+ #endif
58
+ #if !defined(SWIFT_METATYPE)
59
+ # define SWIFT_METATYPE(X) Class
60
+ #endif
61
+ #if !defined(SWIFT_CLASS_PROPERTY)
62
+ # if __has_feature(objc_class_property)
63
+ # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
64
+ # else
65
+ # define SWIFT_CLASS_PROPERTY(...)
66
+ # endif
67
+ #endif
68
+
69
+ #if __has_attribute(objc_runtime_name)
70
+ # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
71
+ #else
72
+ # define SWIFT_RUNTIME_NAME(X)
73
+ #endif
74
+ #if __has_attribute(swift_name)
75
+ # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
76
+ #else
77
+ # define SWIFT_COMPILE_NAME(X)
78
+ #endif
79
+ #if __has_attribute(objc_method_family)
80
+ # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
81
+ #else
82
+ # define SWIFT_METHOD_FAMILY(X)
83
+ #endif
84
+ #if __has_attribute(noescape)
85
+ # define SWIFT_NOESCAPE __attribute__((noescape))
86
+ #else
87
+ # define SWIFT_NOESCAPE
88
+ #endif
89
+ #if __has_attribute(ns_consumed)
90
+ # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
91
+ #else
92
+ # define SWIFT_RELEASES_ARGUMENT
93
+ #endif
94
+ #if __has_attribute(warn_unused_result)
95
+ # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
96
+ #else
97
+ # define SWIFT_WARN_UNUSED_RESULT
98
+ #endif
99
+ #if __has_attribute(noreturn)
100
+ # define SWIFT_NORETURN __attribute__((noreturn))
101
+ #else
102
+ # define SWIFT_NORETURN
103
+ #endif
104
+ #if !defined(SWIFT_CLASS_EXTRA)
105
+ # define SWIFT_CLASS_EXTRA
106
+ #endif
107
+ #if !defined(SWIFT_PROTOCOL_EXTRA)
108
+ # define SWIFT_PROTOCOL_EXTRA
109
+ #endif
110
+ #if !defined(SWIFT_ENUM_EXTRA)
111
+ # define SWIFT_ENUM_EXTRA
112
+ #endif
113
+ #if !defined(SWIFT_CLASS)
114
+ # if __has_attribute(objc_subclassing_restricted)
115
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
116
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
117
+ # else
118
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
119
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
120
+ # endif
121
+ #endif
122
+ #if !defined(SWIFT_RESILIENT_CLASS)
123
+ # if __has_attribute(objc_class_stub)
124
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
125
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
126
+ # else
127
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
128
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
129
+ # endif
130
+ #endif
131
+
132
+ #if !defined(SWIFT_PROTOCOL)
133
+ # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
134
+ # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
135
+ #endif
136
+
137
+ #if !defined(SWIFT_EXTENSION)
138
+ # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
139
+ #endif
140
+
141
+ #if !defined(OBJC_DESIGNATED_INITIALIZER)
142
+ # if __has_attribute(objc_designated_initializer)
143
+ # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
144
+ # else
145
+ # define OBJC_DESIGNATED_INITIALIZER
146
+ # endif
147
+ #endif
148
+ #if !defined(SWIFT_ENUM_ATTR)
149
+ # if defined(__has_attribute) && __has_attribute(enum_extensibility)
150
+ # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
151
+ # else
152
+ # define SWIFT_ENUM_ATTR(_extensibility)
153
+ # endif
154
+ #endif
155
+ #if !defined(SWIFT_ENUM)
156
+ # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
157
+ # if __has_feature(generalized_swift_name)
158
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
159
+ # else
160
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
161
+ # endif
162
+ #endif
163
+ #if !defined(SWIFT_UNAVAILABLE)
164
+ # define SWIFT_UNAVAILABLE __attribute__((unavailable))
165
+ #endif
166
+ #if !defined(SWIFT_UNAVAILABLE_MSG)
167
+ # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
168
+ #endif
169
+ #if !defined(SWIFT_AVAILABILITY)
170
+ # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
171
+ #endif
172
+ #if !defined(SWIFT_WEAK_IMPORT)
173
+ # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
174
+ #endif
175
+ #if !defined(SWIFT_DEPRECATED)
176
+ # define SWIFT_DEPRECATED __attribute__((deprecated))
177
+ #endif
178
+ #if !defined(SWIFT_DEPRECATED_MSG)
179
+ # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
180
+ #endif
181
+ #if __has_feature(attribute_diagnose_if_objc)
182
+ # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
183
+ #else
184
+ # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
185
+ #endif
186
+ #if !defined(IBSegueAction)
187
+ # define IBSegueAction
188
+ #endif
189
+ #if __has_feature(modules)
190
+ #if __has_warning("-Watimport-in-framework-header")
191
+ #pragma clang diagnostic ignored "-Watimport-in-framework-header"
192
+ #endif
193
+ @import CoreGraphics;
194
+ @import Foundation;
195
+ @import ObjectiveC;
196
+ @import UIKit;
197
+ #endif
198
+
199
+ #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
200
+ #pragma clang diagnostic ignored "-Wduplicate-method-arg"
201
+ #if __has_warning("-Wpragma-clang-attribute")
202
+ # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
203
+ #endif
204
+ #pragma clang diagnostic ignored "-Wunknown-pragmas"
205
+ #pragma clang diagnostic ignored "-Wnullability"
206
+
207
+ #if __has_attribute(external_source_symbol)
208
+ # pragma push_macro("any")
209
+ # undef any
210
+ # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="identomat",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
211
+ # pragma pop_macro("any")
212
+ #endif
213
+
214
+
215
+
216
+
217
+
218
+ @class UIColor;
219
+ @class NSCoder;
220
+
221
+ /// Activity indicator view with nice animations
222
+ SWIFT_CLASS("_TtC9identomat23NVActivityIndicatorView")
223
+ @interface NVActivityIndicatorView : UIView
224
+ /// Color of activity indicator view.
225
+ @property (nonatomic, strong) IBInspectable UIColor * _Nonnull color;
226
+ /// Padding of activity indicator view.
227
+ @property (nonatomic) IBInspectable CGFloat padding;
228
+ /// Returns an object initialized from data in a given unarchiver.
229
+ /// self, initialized using the data in decoder.
230
+ /// \param decoder an unarchiver object.
231
+ ///
232
+ ///
233
+ /// returns:
234
+ /// self, initialized using the data in decoder.
235
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
236
+ /// Returns the natural size for the receiving view, considering only properties of the view itself.
237
+ /// A size indicating the natural size for the receiving view based on its intrinsic properties.
238
+ ///
239
+ /// returns:
240
+ /// A size indicating the natural size for the receiving view based on its intrinsic properties.
241
+ @property (nonatomic, readonly) CGSize intrinsicContentSize;
242
+ @property (nonatomic) CGRect bounds;
243
+ - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
244
+ @end
245
+
246
+
247
+ SWIFT_CLASS("_TtC9identomat14NavigationView")
248
+ @interface NavigationView : UIView
249
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
250
+ - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
251
+ @end
252
+
253
+
254
+
255
+
256
+ /// Class which implements the various <code>URLSessionDelegate</code> methods to connect various Alamofire features.
257
+ SWIFT_CLASS("_TtC9identomat15SessionDelegate")
258
+ @interface SessionDelegate : NSObject
259
+ - (nonnull instancetype)init SWIFT_UNAVAILABLE;
260
+ + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
261
+ @end
262
+
263
+ @class NSURLSession;
264
+
265
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDelegate>
266
+ - (void)URLSession:(NSURLSession * _Nonnull)session didBecomeInvalidWithError:(NSError * _Nullable)error;
267
+ @end
268
+
269
+ @class NSURLSessionDataTask;
270
+ @class NSCachedURLResponse;
271
+
272
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDataDelegate>
273
+ - (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveData:(NSData * _Nonnull)data;
274
+ - (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask willCacheResponse:(NSCachedURLResponse * _Nonnull)proposedResponse completionHandler:(void (^ _Nonnull)(NSCachedURLResponse * _Nullable))completionHandler;
275
+ @end
276
+
277
+ @class NSURLSessionDownloadTask;
278
+
279
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDownloadDelegate>
280
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didResumeAtOffset:(int64_t)fileOffset expectedTotalBytes:(int64_t)expectedTotalBytes;
281
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite;
282
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didFinishDownloadingToURL:(NSURL * _Nonnull)location;
283
+ @end
284
+
285
+ @class NSURLSessionTask;
286
+ @class NSURLAuthenticationChallenge;
287
+ @class NSURLCredential;
288
+ @class NSInputStream;
289
+ @class NSHTTPURLResponse;
290
+ @class NSURLSessionTaskMetrics;
291
+
292
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionTaskDelegate>
293
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didReceiveChallenge:(NSURLAuthenticationChallenge * _Nonnull)challenge completionHandler:(void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable))completionHandler;
294
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend;
295
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task needNewBodyStream:(void (^ _Nonnull)(NSInputStream * _Nullable))completionHandler;
296
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task willPerformHTTPRedirection:(NSHTTPURLResponse * _Nonnull)response newRequest:(NSURLRequest * _Nonnull)request completionHandler:(void (^ _Nonnull)(NSURLRequest * _Nullable))completionHandler;
297
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didFinishCollectingMetrics:(NSURLSessionTaskMetrics * _Nonnull)metrics;
298
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didCompleteWithError:(NSError * _Nullable)error;
299
+ - (void)URLSession:(NSURLSession * _Nonnull)session taskIsWaitingForConnectivity:(NSURLSessionTask * _Nonnull)task SWIFT_AVAILABILITY(watchos,introduced=4.0) SWIFT_AVAILABILITY(tvos,introduced=11.0) SWIFT_AVAILABILITY(ios,introduced=11.0) SWIFT_AVAILABILITY(macos,introduced=10.13);
300
+ @end
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+ #if __has_attribute(external_source_symbol)
315
+ # pragma clang attribute pop
316
+ #endif
317
+ #pragma clang diagnostic pop
318
+ #endif
319
+
320
+ #elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
321
+ // Generated by Apple Swift version 5.3.1 (swiftlang-1200.0.41 clang-1200.0.32.8)
322
+ #ifndef IDENTOMAT_SWIFT_H
323
+ #define IDENTOMAT_SWIFT_H
324
+ #pragma clang diagnostic push
325
+ #pragma clang diagnostic ignored "-Wgcc-compat"
326
+
327
+ #if !defined(__has_include)
328
+ # define __has_include(x) 0
329
+ #endif
330
+ #if !defined(__has_attribute)
331
+ # define __has_attribute(x) 0
332
+ #endif
333
+ #if !defined(__has_feature)
334
+ # define __has_feature(x) 0
335
+ #endif
336
+ #if !defined(__has_warning)
337
+ # define __has_warning(x) 0
338
+ #endif
339
+
340
+ #if __has_include(<swift/objc-prologue.h>)
341
+ # include <swift/objc-prologue.h>
342
+ #endif
343
+
344
+ #pragma clang diagnostic ignored "-Wauto-import"
345
+ #include <Foundation/Foundation.h>
346
+ #include <stdint.h>
347
+ #include <stddef.h>
348
+ #include <stdbool.h>
349
+
350
+ #if !defined(SWIFT_TYPEDEFS)
351
+ # define SWIFT_TYPEDEFS 1
352
+ # if __has_include(<uchar.h>)
353
+ # include <uchar.h>
354
+ # elif !defined(__cplusplus)
355
+ typedef uint_least16_t char16_t;
356
+ typedef uint_least32_t char32_t;
357
+ # endif
358
+ typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
359
+ typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
360
+ typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
361
+ typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
362
+ typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
363
+ typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
364
+ typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
365
+ typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
366
+ typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
367
+ typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
368
+ typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
369
+ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
370
+ #endif
371
+
372
+ #if !defined(SWIFT_PASTE)
373
+ # define SWIFT_PASTE_HELPER(x, y) x##y
374
+ # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
375
+ #endif
376
+ #if !defined(SWIFT_METATYPE)
377
+ # define SWIFT_METATYPE(X) Class
378
+ #endif
379
+ #if !defined(SWIFT_CLASS_PROPERTY)
380
+ # if __has_feature(objc_class_property)
381
+ # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
382
+ # else
383
+ # define SWIFT_CLASS_PROPERTY(...)
384
+ # endif
385
+ #endif
386
+
387
+ #if __has_attribute(objc_runtime_name)
388
+ # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
389
+ #else
390
+ # define SWIFT_RUNTIME_NAME(X)
391
+ #endif
392
+ #if __has_attribute(swift_name)
393
+ # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
394
+ #else
395
+ # define SWIFT_COMPILE_NAME(X)
396
+ #endif
397
+ #if __has_attribute(objc_method_family)
398
+ # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
399
+ #else
400
+ # define SWIFT_METHOD_FAMILY(X)
401
+ #endif
402
+ #if __has_attribute(noescape)
403
+ # define SWIFT_NOESCAPE __attribute__((noescape))
404
+ #else
405
+ # define SWIFT_NOESCAPE
406
+ #endif
407
+ #if __has_attribute(ns_consumed)
408
+ # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
409
+ #else
410
+ # define SWIFT_RELEASES_ARGUMENT
411
+ #endif
412
+ #if __has_attribute(warn_unused_result)
413
+ # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
414
+ #else
415
+ # define SWIFT_WARN_UNUSED_RESULT
416
+ #endif
417
+ #if __has_attribute(noreturn)
418
+ # define SWIFT_NORETURN __attribute__((noreturn))
419
+ #else
420
+ # define SWIFT_NORETURN
421
+ #endif
422
+ #if !defined(SWIFT_CLASS_EXTRA)
423
+ # define SWIFT_CLASS_EXTRA
424
+ #endif
425
+ #if !defined(SWIFT_PROTOCOL_EXTRA)
426
+ # define SWIFT_PROTOCOL_EXTRA
427
+ #endif
428
+ #if !defined(SWIFT_ENUM_EXTRA)
429
+ # define SWIFT_ENUM_EXTRA
430
+ #endif
431
+ #if !defined(SWIFT_CLASS)
432
+ # if __has_attribute(objc_subclassing_restricted)
433
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
434
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
435
+ # else
436
+ # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
437
+ # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
438
+ # endif
439
+ #endif
440
+ #if !defined(SWIFT_RESILIENT_CLASS)
441
+ # if __has_attribute(objc_class_stub)
442
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
443
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
444
+ # else
445
+ # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
446
+ # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
447
+ # endif
448
+ #endif
449
+
450
+ #if !defined(SWIFT_PROTOCOL)
451
+ # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
452
+ # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
453
+ #endif
454
+
455
+ #if !defined(SWIFT_EXTENSION)
456
+ # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
457
+ #endif
458
+
459
+ #if !defined(OBJC_DESIGNATED_INITIALIZER)
460
+ # if __has_attribute(objc_designated_initializer)
461
+ # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
462
+ # else
463
+ # define OBJC_DESIGNATED_INITIALIZER
464
+ # endif
465
+ #endif
466
+ #if !defined(SWIFT_ENUM_ATTR)
467
+ # if defined(__has_attribute) && __has_attribute(enum_extensibility)
468
+ # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
469
+ # else
470
+ # define SWIFT_ENUM_ATTR(_extensibility)
471
+ # endif
472
+ #endif
473
+ #if !defined(SWIFT_ENUM)
474
+ # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
475
+ # if __has_feature(generalized_swift_name)
476
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
477
+ # else
478
+ # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
479
+ # endif
480
+ #endif
481
+ #if !defined(SWIFT_UNAVAILABLE)
482
+ # define SWIFT_UNAVAILABLE __attribute__((unavailable))
483
+ #endif
484
+ #if !defined(SWIFT_UNAVAILABLE_MSG)
485
+ # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
486
+ #endif
487
+ #if !defined(SWIFT_AVAILABILITY)
488
+ # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
489
+ #endif
490
+ #if !defined(SWIFT_WEAK_IMPORT)
491
+ # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
492
+ #endif
493
+ #if !defined(SWIFT_DEPRECATED)
494
+ # define SWIFT_DEPRECATED __attribute__((deprecated))
495
+ #endif
496
+ #if !defined(SWIFT_DEPRECATED_MSG)
497
+ # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
498
+ #endif
499
+ #if __has_feature(attribute_diagnose_if_objc)
500
+ # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
501
+ #else
502
+ # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
503
+ #endif
504
+ #if !defined(IBSegueAction)
505
+ # define IBSegueAction
506
+ #endif
507
+ #if __has_feature(modules)
508
+ #if __has_warning("-Watimport-in-framework-header")
509
+ #pragma clang diagnostic ignored "-Watimport-in-framework-header"
510
+ #endif
511
+ @import CoreGraphics;
512
+ @import Foundation;
513
+ @import ObjectiveC;
514
+ @import UIKit;
515
+ #endif
516
+
517
+ #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
518
+ #pragma clang diagnostic ignored "-Wduplicate-method-arg"
519
+ #if __has_warning("-Wpragma-clang-attribute")
520
+ # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
521
+ #endif
522
+ #pragma clang diagnostic ignored "-Wunknown-pragmas"
523
+ #pragma clang diagnostic ignored "-Wnullability"
524
+
525
+ #if __has_attribute(external_source_symbol)
526
+ # pragma push_macro("any")
527
+ # undef any
528
+ # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="identomat",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
529
+ # pragma pop_macro("any")
530
+ #endif
531
+
532
+
533
+
534
+
535
+
536
+ @class UIColor;
537
+ @class NSCoder;
538
+
539
+ /// Activity indicator view with nice animations
540
+ SWIFT_CLASS("_TtC9identomat23NVActivityIndicatorView")
541
+ @interface NVActivityIndicatorView : UIView
542
+ /// Color of activity indicator view.
543
+ @property (nonatomic, strong) IBInspectable UIColor * _Nonnull color;
544
+ /// Padding of activity indicator view.
545
+ @property (nonatomic) IBInspectable CGFloat padding;
546
+ /// Returns an object initialized from data in a given unarchiver.
547
+ /// self, initialized using the data in decoder.
548
+ /// \param decoder an unarchiver object.
549
+ ///
550
+ ///
551
+ /// returns:
552
+ /// self, initialized using the data in decoder.
553
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
554
+ /// Returns the natural size for the receiving view, considering only properties of the view itself.
555
+ /// A size indicating the natural size for the receiving view based on its intrinsic properties.
556
+ ///
557
+ /// returns:
558
+ /// A size indicating the natural size for the receiving view based on its intrinsic properties.
559
+ @property (nonatomic, readonly) CGSize intrinsicContentSize;
560
+ @property (nonatomic) CGRect bounds;
561
+ - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
562
+ @end
563
+
564
+
565
+ SWIFT_CLASS("_TtC9identomat14NavigationView")
566
+ @interface NavigationView : UIView
567
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
568
+ - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
569
+ @end
570
+
571
+
572
+
573
+
574
+ /// Class which implements the various <code>URLSessionDelegate</code> methods to connect various Alamofire features.
575
+ SWIFT_CLASS("_TtC9identomat15SessionDelegate")
576
+ @interface SessionDelegate : NSObject
577
+ - (nonnull instancetype)init SWIFT_UNAVAILABLE;
578
+ + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
579
+ @end
580
+
581
+ @class NSURLSession;
582
+
583
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDelegate>
584
+ - (void)URLSession:(NSURLSession * _Nonnull)session didBecomeInvalidWithError:(NSError * _Nullable)error;
585
+ @end
586
+
587
+ @class NSURLSessionDataTask;
588
+ @class NSCachedURLResponse;
589
+
590
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDataDelegate>
591
+ - (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask didReceiveData:(NSData * _Nonnull)data;
592
+ - (void)URLSession:(NSURLSession * _Nonnull)session dataTask:(NSURLSessionDataTask * _Nonnull)dataTask willCacheResponse:(NSCachedURLResponse * _Nonnull)proposedResponse completionHandler:(void (^ _Nonnull)(NSCachedURLResponse * _Nullable))completionHandler;
593
+ @end
594
+
595
+ @class NSURLSessionDownloadTask;
596
+
597
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionDownloadDelegate>
598
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didResumeAtOffset:(int64_t)fileOffset expectedTotalBytes:(int64_t)expectedTotalBytes;
599
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didWriteData:(int64_t)bytesWritten totalBytesWritten:(int64_t)totalBytesWritten totalBytesExpectedToWrite:(int64_t)totalBytesExpectedToWrite;
600
+ - (void)URLSession:(NSURLSession * _Nonnull)session downloadTask:(NSURLSessionDownloadTask * _Nonnull)downloadTask didFinishDownloadingToURL:(NSURL * _Nonnull)location;
601
+ @end
602
+
603
+ @class NSURLSessionTask;
604
+ @class NSURLAuthenticationChallenge;
605
+ @class NSURLCredential;
606
+ @class NSInputStream;
607
+ @class NSHTTPURLResponse;
608
+ @class NSURLSessionTaskMetrics;
609
+
610
+ @interface SessionDelegate (SWIFT_EXTENSION(identomat)) <NSURLSessionTaskDelegate>
611
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didReceiveChallenge:(NSURLAuthenticationChallenge * _Nonnull)challenge completionHandler:(void (^ _Nonnull)(NSURLSessionAuthChallengeDisposition, NSURLCredential * _Nullable))completionHandler;
612
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent totalBytesExpectedToSend:(int64_t)totalBytesExpectedToSend;
613
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task needNewBodyStream:(void (^ _Nonnull)(NSInputStream * _Nullable))completionHandler;
614
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task willPerformHTTPRedirection:(NSHTTPURLResponse * _Nonnull)response newRequest:(NSURLRequest * _Nonnull)request completionHandler:(void (^ _Nonnull)(NSURLRequest * _Nullable))completionHandler;
615
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didFinishCollectingMetrics:(NSURLSessionTaskMetrics * _Nonnull)metrics;
616
+ - (void)URLSession:(NSURLSession * _Nonnull)session task:(NSURLSessionTask * _Nonnull)task didCompleteWithError:(NSError * _Nullable)error;
617
+ - (void)URLSession:(NSURLSession * _Nonnull)session taskIsWaitingForConnectivity:(NSURLSessionTask * _Nonnull)task SWIFT_AVAILABILITY(watchos,introduced=4.0) SWIFT_AVAILABILITY(tvos,introduced=11.0) SWIFT_AVAILABILITY(ios,introduced=11.0) SWIFT_AVAILABILITY(macos,introduced=10.13);
618
+ @end
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+ #if __has_attribute(external_source_symbol)
633
+ # pragma clang attribute pop
634
+ #endif
635
+ #pragma clang diagnostic pop
636
+ #endif
637
+
638
+ #endif
@@ -0,0 +1,18 @@
1
+ //
2
+ // identomat.h
3
+ // identomat
4
+ //
5
+ // Created by Oto Siradze on 12/24/20.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ //! Project version number for identomat.
11
+ FOUNDATION_EXPORT double identomatVersionNumber;
12
+
13
+ //! Project version string for identomat.
14
+ FOUNDATION_EXPORT const unsigned char identomatVersionString[];
15
+
16
+ // In this header, you should import all the public headers of your framework using statements like #import <identomat/PublicHeader.h>
17
+
18
+