Showing
50 changed files
with
57 additions
and
2 deletions
No preview for this file type
This file is too large to display.
| @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | ||
| 1627 | override public init(dateFormatter: Foundation.DateFormatter) | 1627 | override public init(dateFormatter: Foundation.DateFormatter) |
| 1628 | @objc deinit | 1628 | @objc deinit |
| 1629 | } | 1629 | } |
| 1630 | +open class HHValueObservable<T> { | ||
| 1631 | + public typealias Observer = (T) -> Swift.Void | ||
| 1632 | + open var observer: HHSDKBase.HHValueObservable<T>.Observer? | ||
| 1633 | + open func observe(_ observer: HHSDKBase.HHValueObservable<T>.Observer?) | ||
| 1634 | + open var value: T { | ||
| 1635 | + get | ||
| 1636 | + set | ||
| 1637 | + } | ||
| 1638 | + public init(_ v: T) | ||
| 1639 | + @objc deinit | ||
| 1640 | +} | ||
| 1630 | public let KeychainAccessErrorDomain: Swift.String | 1641 | public let KeychainAccessErrorDomain: Swift.String |
| 1631 | public enum ItemClass { | 1642 | public enum ItemClass { |
| 1632 | case genericPassword | 1643 | case genericPassword |
No preview for this file type
| @@ -1708,6 +1708,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | @@ -1708,6 +1708,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | ||
| 1708 | override public init(dateFormatter: Foundation.DateFormatter) | 1708 | override public init(dateFormatter: Foundation.DateFormatter) |
| 1709 | @objc deinit | 1709 | @objc deinit |
| 1710 | } | 1710 | } |
| 1711 | +open class HHValueObservable<T> { | ||
| 1712 | + public typealias Observer = (T) -> Swift.Void | ||
| 1713 | + open var observer: HHSDKBase.HHValueObservable<T>.Observer? | ||
| 1714 | + open func observe(_ observer: HHSDKBase.HHValueObservable<T>.Observer?) | ||
| 1715 | + open var value: T { | ||
| 1716 | + get | ||
| 1717 | + set | ||
| 1718 | + } | ||
| 1719 | + public init(_ v: T) | ||
| 1720 | + @objc deinit | ||
| 1721 | +} | ||
| 1711 | public let KeychainAccessErrorDomain: Swift.String | 1722 | public let KeychainAccessErrorDomain: Swift.String |
| 1712 | public enum ItemClass { | 1723 | public enum ItemClass { |
| 1713 | case genericPassword | 1724 | case genericPassword |
No preview for this file type
| @@ -1708,6 +1708,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | @@ -1708,6 +1708,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | ||
| 1708 | override public init(dateFormatter: Foundation.DateFormatter) | 1708 | override public init(dateFormatter: Foundation.DateFormatter) |
| 1709 | @objc deinit | 1709 | @objc deinit |
| 1710 | } | 1710 | } |
| 1711 | +open class HHValueObservable<T> { | ||
| 1712 | + public typealias Observer = (T) -> Swift.Void | ||
| 1713 | + open var observer: HHSDKBase.HHValueObservable<T>.Observer? | ||
| 1714 | + open func observe(_ observer: HHSDKBase.HHValueObservable<T>.Observer?) | ||
| 1715 | + open var value: T { | ||
| 1716 | + get | ||
| 1717 | + set | ||
| 1718 | + } | ||
| 1719 | + public init(_ v: T) | ||
| 1720 | + @objc deinit | ||
| 1721 | +} | ||
| 1711 | public let KeychainAccessErrorDomain: Swift.String | 1722 | public let KeychainAccessErrorDomain: Swift.String |
| 1712 | public enum ItemClass { | 1723 | public enum ItemClass { |
| 1713 | case genericPassword | 1724 | case genericPassword |
No preview for this file type
| @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | ||
| 1627 | override public init(dateFormatter: Foundation.DateFormatter) | 1627 | override public init(dateFormatter: Foundation.DateFormatter) |
| 1628 | @objc deinit | 1628 | @objc deinit |
| 1629 | } | 1629 | } |
| 1630 | +open class HHValueObservable<T> { | ||
| 1631 | + public typealias Observer = (T) -> Swift.Void | ||
| 1632 | + open var observer: HHSDKBase.HHValueObservable<T>.Observer? | ||
| 1633 | + open func observe(_ observer: HHSDKBase.HHValueObservable<T>.Observer?) | ||
| 1634 | + open var value: T { | ||
| 1635 | + get | ||
| 1636 | + set | ||
| 1637 | + } | ||
| 1638 | + public init(_ v: T) | ||
| 1639 | + @objc deinit | ||
| 1640 | +} | ||
| 1630 | public let KeychainAccessErrorDomain: Swift.String | 1641 | public let KeychainAccessErrorDomain: Swift.String |
| 1631 | public enum ItemClass { | 1642 | public enum ItemClass { |
| 1632 | case genericPassword | 1643 | case genericPassword |
No preview for this file type
| @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | @@ -1627,6 +1627,17 @@ open class ISO8601DateTransform : HHSDKBase.DateFormatterTransform { | ||
| 1627 | override public init(dateFormatter: Foundation.DateFormatter) | 1627 | override public init(dateFormatter: Foundation.DateFormatter) |
| 1628 | @objc deinit | 1628 | @objc deinit |
| 1629 | } | 1629 | } |
| 1630 | +open class HHValueObservable<T> { | ||
| 1631 | + public typealias Observer = (T) -> Swift.Void | ||
| 1632 | + open var observer: HHSDKBase.HHValueObservable<T>.Observer? | ||
| 1633 | + open func observe(_ observer: HHSDKBase.HHValueObservable<T>.Observer?) | ||
| 1634 | + open var value: T { | ||
| 1635 | + get | ||
| 1636 | + set | ||
| 1637 | + } | ||
| 1638 | + public init(_ v: T) | ||
| 1639 | + @objc deinit | ||
| 1640 | +} | ||
| 1630 | public let KeychainAccessErrorDomain: Swift.String | 1641 | public let KeychainAccessErrorDomain: Swift.String |
| 1631 | public enum ItemClass { | 1642 | public enum ItemClass { |
| 1632 | case genericPassword | 1643 | case genericPassword |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-12.3+.nib
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-13.0+.nib
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment