raxon-barcode-scanner 0.1.1 → 0.1.2
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.
|
@@ -289,11 +289,13 @@ private final class ExternalKeyboardHandler {
|
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
// MARK: -
|
|
292
|
+
// MARK: - AssociatedKeys
|
|
293
|
+
|
|
294
|
+
private enum AssociatedKeys {
|
|
295
|
+
static var keyboardHandler: UInt8 = 0
|
|
296
|
+
}
|
|
293
297
|
|
|
294
|
-
|
|
295
|
-
keyboardHandler: "raxon_keyboardHandler"
|
|
296
|
-
)
|
|
298
|
+
// MARK: - UIViewController Extension
|
|
297
299
|
|
|
298
300
|
@available(iOS 13.4, *)
|
|
299
301
|
extension UIViewController {
|