Showing
61 changed files
with
365 additions
and
375 deletions
HHMedicSDK/HHMedicSDK.framework/.DS_Store
0 → 100644
No preview for this file type
No preview for this file type
1 | -// Generated by Apple Swift version 5.1 effective-4.1.50 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 1 | +// Generated by Apple Swift version 5.4 effective-4.1.50 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
2 | +#ifndef HHMEDICSDK_SWIFT_H | ||
3 | +#define HHMEDICSDK_SWIFT_H | ||
2 | #pragma clang diagnostic push | 4 | #pragma clang diagnostic push |
3 | #pragma clang diagnostic ignored "-Wgcc-compat" | 5 | #pragma clang diagnostic ignored "-Wgcc-compat" |
4 | 6 | ||
@@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
82 | #else | 84 | #else |
83 | # define SWIFT_NOESCAPE | 85 | # define SWIFT_NOESCAPE |
84 | #endif | 86 | #endif |
87 | +#if __has_attribute(ns_consumed) | ||
88 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) | ||
89 | +#else | ||
90 | +# define SWIFT_RELEASES_ARGUMENT | ||
91 | +#endif | ||
85 | #if __has_attribute(warn_unused_result) | 92 | #if __has_attribute(warn_unused_result) |
86 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) | 93 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
87 | #else | 94 | #else |
@@ -203,6 +210,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -203,6 +210,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
203 | # pragma pop_macro("any") | 210 | # pragma pop_macro("any") |
204 | #endif | 211 | #endif |
205 | 212 | ||
213 | +@class NSString; | ||
206 | @class HHSDKOptions; | 214 | @class HHSDKOptions; |
207 | @protocol HHMVideoDelegate; | 215 | @protocol HHMVideoDelegate; |
208 | 216 | ||
@@ -236,6 +244,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -236,6 +244,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
236 | - (void)startTeamCall:(enum HHCallType)type callee:(HHCallerInfo * _Nonnull)callee callDelegate:(id <HHCallDelegate> _Nullable)callDelegate; | 244 | - (void)startTeamCall:(enum HHCallType)type callee:(HHCallerInfo * _Nonnull)callee callDelegate:(id <HHCallDelegate> _Nullable)callDelegate; |
237 | @end | 245 | @end |
238 | 246 | ||
247 | +@class NSNumber; | ||
239 | 248 | ||
240 | @interface HHSDK (SWIFT_EXTENSION(HHMedicSDK)) | 249 | @interface HHSDK (SWIFT_EXTENSION(HHMedicSDK)) |
241 | /// 呼叫 | 250 | /// 呼叫 |
@@ -355,6 +364,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | @@ -355,6 +364,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | ||
355 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 364 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
356 | @end | 365 | @end |
357 | 366 | ||
367 | +@class NSData; | ||
358 | 368 | ||
359 | @interface TRTC (SWIFT_EXTENSION(HHMedicSDK)) | 369 | @interface TRTC (SWIFT_EXTENSION(HHMedicSDK)) |
360 | - (void)onRecvCustomCmdMsgUserId:(NSString * _Nonnull)userId cmdID:(NSInteger)cmdID seq:(uint32_t)seq message:(NSData * _Nonnull)message; | 370 | - (void)onRecvCustomCmdMsgUserId:(NSString * _Nonnull)userId cmdID:(NSInteger)cmdID seq:(uint32_t)seq message:(NSData * _Nonnull)message; |
@@ -398,3 +408,4 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | @@ -398,3 +408,4 @@ SWIFT_CLASS("_TtC10HHMedicSDK4TRTC") | ||
398 | # pragma clang attribute pop | 408 | # pragma clang attribute pop |
399 | #endif | 409 | #endif |
400 | #pragma clang diagnostic pop | 410 | #pragma clang diagnostic pop |
411 | +#endif |
No preview for this file type
No preview for this file type
HHMedicSDK/HHMedicSDK.framework/Modules/HHMedicSDK.swiftmodule/Project/arm64.swiftsourceinfo
0 → 100644
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 effective-4.1.50 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 effective-4.1.50 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK |
4 | import Foundation | 4 | import Foundation |
5 | @_exported import HHMedicSDK | 5 | @_exported import HHMedicSDK |
@@ -8,7 +8,7 @@ import HHSDKVideo | @@ -8,7 +8,7 @@ import HHSDKVideo | ||
8 | import ImSDK_Smart | 8 | import ImSDK_Smart |
9 | import Swift | 9 | import Swift |
10 | import TXLiteAVSDK_TRTC | 10 | import TXLiteAVSDK_TRTC |
11 | -@objc public class HHSDK : ObjectiveC.NSObject { | 11 | +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class HHSDK : ObjectiveC.NSObject { |
12 | @objc public static let `default`: HHMedicSDK.HHSDK | 12 | @objc public static let `default`: HHMedicSDK.HHSDK |
13 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { | 13 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { |
14 | @objc get | 14 | @objc get |
@@ -60,7 +60,7 @@ extension HHSDK { | @@ -60,7 +60,7 @@ extension HHSDK { | ||
60 | @objc override dynamic public init() | 60 | @objc override dynamic public init() |
61 | @objc deinit | 61 | @objc deinit |
62 | } | 62 | } |
63 | -@objc public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { | 63 | +@objc @_inheritsConvenienceInitializers public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { |
64 | public static let `default`: HHMedicSDK.TIM | 64 | public static let `default`: HHMedicSDK.TIM |
65 | @objc public func register(_ cerName: Swift.String?) | 65 | @objc public func register(_ cerName: Swift.String?) |
66 | @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) | 66 | @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) |
@@ -84,7 +84,7 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | @@ -84,7 +84,7 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
84 | extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | 84 | extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { |
85 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 85 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) |
86 | } | 86 | } |
87 | -@objc public class TRTC : ObjectiveC.NSObject { | 87 | +@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
88 | public static let `default`: HHMedicSDK.TRTC | 88 | public static let `default`: HHMedicSDK.TRTC |
89 | @objc override dynamic public init() | 89 | @objc override dynamic public init() |
90 | @objc deinit | 90 | @objc deinit |
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 effective-4.1.50 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 effective-4.1.50 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 4 -enforce-exclusivity=checked -O -module-name HHMedicSDK |
4 | import Foundation | 4 | import Foundation |
5 | @_exported import HHMedicSDK | 5 | @_exported import HHMedicSDK |
@@ -8,7 +8,7 @@ import HHSDKVideo | @@ -8,7 +8,7 @@ import HHSDKVideo | ||
8 | import ImSDK_Smart | 8 | import ImSDK_Smart |
9 | import Swift | 9 | import Swift |
10 | import TXLiteAVSDK_TRTC | 10 | import TXLiteAVSDK_TRTC |
11 | -@objc public class HHSDK : ObjectiveC.NSObject { | 11 | +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc public class HHSDK : ObjectiveC.NSObject { |
12 | @objc public static let `default`: HHMedicSDK.HHSDK | 12 | @objc public static let `default`: HHMedicSDK.HHSDK |
13 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { | 13 | @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? { |
14 | @objc get | 14 | @objc get |
@@ -60,7 +60,7 @@ extension HHSDK { | @@ -60,7 +60,7 @@ extension HHSDK { | ||
60 | @objc override dynamic public init() | 60 | @objc override dynamic public init() |
61 | @objc deinit | 61 | @objc deinit |
62 | } | 62 | } |
63 | -@objc public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { | 63 | +@objc @_inheritsConvenienceInitializers public class TIM : ObjectiveC.NSObject, HHSDKVideo.HHIM { |
64 | public static let `default`: HHMedicSDK.TIM | 64 | public static let `default`: HHMedicSDK.TIM |
65 | @objc public func register(_ cerName: Swift.String?) | 65 | @objc public func register(_ cerName: Swift.String?) |
66 | @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) | 66 | @objc public func login(_ completion: ((Swift.Error?) -> Swift.Void)?) |
@@ -84,7 +84,7 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | @@ -84,7 +84,7 @@ extension TIM : ImSDK_Smart.V2TIMSDKListener { | ||
84 | extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | 84 | extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { |
85 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 85 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) |
86 | } | 86 | } |
87 | -@objc public class TRTC : ObjectiveC.NSObject { | 87 | +@objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
88 | public static let `default`: HHMedicSDK.TRTC | 88 | public static let `default`: HHMedicSDK.TRTC |
89 | @objc override dynamic public init() | 89 | @objc override dynamic public init() |
90 | @objc deinit | 90 | @objc deinit |
No preview for this file type
No preview for this file type
1 | -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 1 | +// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
2 | +#ifndef HHSDKBASE_SWIFT_H | ||
3 | +#define HHSDKBASE_SWIFT_H | ||
2 | #pragma clang diagnostic push | 4 | #pragma clang diagnostic push |
3 | #pragma clang diagnostic ignored "-Wgcc-compat" | 5 | #pragma clang diagnostic ignored "-Wgcc-compat" |
4 | 6 | ||
@@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
82 | #else | 84 | #else |
83 | # define SWIFT_NOESCAPE | 85 | # define SWIFT_NOESCAPE |
84 | #endif | 86 | #endif |
87 | +#if __has_attribute(ns_consumed) | ||
88 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) | ||
89 | +#else | ||
90 | +# define SWIFT_RELEASES_ARGUMENT | ||
91 | +#endif | ||
85 | #if __has_attribute(warn_unused_result) | 92 | #if __has_attribute(warn_unused_result) |
86 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) | 93 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
87 | #else | 94 | #else |
@@ -204,7 +211,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -204,7 +211,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
204 | 211 | ||
205 | 212 | ||
206 | 213 | ||
207 | - | 214 | +@class NSString; |
208 | 215 | ||
209 | SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") | 216 | SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") |
210 | @interface HHBaseSDK : NSObject | 217 | @interface HHBaseSDK : NSObject |
@@ -242,9 +249,6 @@ SWIFT_CLASS("_TtC9HHSDKBase11HHDateUtils") | @@ -242,9 +249,6 @@ SWIFT_CLASS("_TtC9HHSDKBase11HHDateUtils") | ||
242 | 249 | ||
243 | 250 | ||
244 | 251 | ||
245 | - | ||
246 | - | ||
247 | - | ||
248 | SWIFT_CLASS("_TtC9HHSDKBase15HHDeviceManager") | 252 | SWIFT_CLASS("_TtC9HHSDKBase15HHDeviceManager") |
249 | @interface HHDeviceManager : NSObject | 253 | @interface HHDeviceManager : NSObject |
250 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 254 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
@@ -259,8 +263,6 @@ SWIFT_CLASS("_TtC9HHSDKBase18HHFileCacheManager") | @@ -259,8 +263,6 @@ SWIFT_CLASS("_TtC9HHSDKBase18HHFileCacheManager") | ||
259 | 263 | ||
260 | 264 | ||
261 | 265 | ||
262 | - | ||
263 | - | ||
264 | SWIFT_CLASS("_TtC9HHSDKBase23HHMediaStatusCheckUtils") | 266 | SWIFT_CLASS("_TtC9HHSDKBase23HHMediaStatusCheckUtils") |
265 | @interface HHMediaStatusCheckUtils : NSObject | 267 | @interface HHMediaStatusCheckUtils : NSObject |
266 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 268 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
@@ -273,6 +275,7 @@ SWIFT_CLASS("_TtC9HHSDKBase18HHMedicNetObserver") | @@ -273,6 +275,7 @@ SWIFT_CLASS("_TtC9HHSDKBase18HHMedicNetObserver") | ||
273 | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); | 275 | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
274 | @end | 276 | @end |
275 | 277 | ||
278 | +@class NSNumber; | ||
276 | 279 | ||
277 | /// 基础全局配置 | 280 | /// 基础全局配置 |
278 | SWIFT_CLASS("_TtC9HHSDKBase16HHSDKBaseOptions") | 281 | SWIFT_CLASS("_TtC9HHSDKBase16HHSDKBaseOptions") |
@@ -308,24 +311,14 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -308,24 +311,14 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
308 | 311 | ||
309 | 312 | ||
310 | 313 | ||
311 | - | ||
312 | - | ||
313 | - | ||
314 | - | ||
315 | - | ||
316 | - | ||
317 | - | ||
318 | - | ||
319 | - | ||
320 | - | ||
321 | @interface UIViewController (SWIFT_EXTENSION(HHSDKBase)) | 314 | @interface UIViewController (SWIFT_EXTENSION(HHSDKBase)) |
322 | - (void)hhCloseThisController; | 315 | - (void)hhCloseThisController; |
323 | - (void)hhPopThisController; | 316 | - (void)hhPopThisController; |
324 | @end | 317 | @end |
325 | 318 | ||
326 | 319 | ||
327 | - | ||
328 | #if __has_attribute(external_source_symbol) | 320 | #if __has_attribute(external_source_symbol) |
329 | # pragma clang attribute pop | 321 | # pragma clang attribute pop |
330 | #endif | 322 | #endif |
331 | #pragma clang diagnostic pop | 323 | #pragma clang diagnostic pop |
324 | +#endif |
No preview for this file type
HHMedicSDK/HHSDKBase.framework/Modules/HHSDKBase.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
0 → 100644
No preview for this file type
HHMedicSDK/HHSDKBase.framework/Modules/HHSDKBase.swiftmodule/Project/arm64.swiftsourceinfo
0 → 100644
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase |
4 | import AVFoundation | 4 | import AVFoundation |
5 | import Darwin | 5 | import Darwin |
@@ -18,7 +18,7 @@ public protocol AEAD { | @@ -18,7 +18,7 @@ public protocol AEAD { | ||
18 | static var kLen: Swift.Int { get } | 18 | static var kLen: Swift.Int { get } |
19 | static var ivRange: Swift.Range<Swift.Int> { get } | 19 | static var ivRange: Swift.Range<Swift.Int> { get } |
20 | } | 20 | } |
21 | -final public class AEADChaCha20Poly1305 : HHSDKBase.AEAD { | 21 | +@_hasMissingDesignatedInitializers final public class AEADChaCha20Poly1305 : HHSDKBase.AEAD { |
22 | public static let kLen: Swift.Int | 22 | public static let kLen: Swift.Int |
23 | public static var ivRange: Swift.Range<Swift.Int> | 23 | public static var ivRange: Swift.Range<Swift.Int> |
24 | public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) | 24 | public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) |
@@ -49,7 +49,7 @@ public class SDKUploadModel { | @@ -49,7 +49,7 @@ public class SDKUploadModel { | ||
49 | public init(clouldKey: Swift.String?, filePath: Swift.String?, uploadTime: Foundation.TimeInterval?, name: Swift.String?, smallImage: Swift.String) | 49 | public init(clouldKey: Swift.String?, filePath: Swift.String?, uploadTime: Foundation.TimeInterval?, name: Swift.String?, smallImage: Swift.String) |
50 | @objc deinit | 50 | @objc deinit |
51 | } | 51 | } |
52 | -public class SDKUploadState { | 52 | +@_hasMissingDesignatedInitializers public class SDKUploadState { |
53 | public var file: Swift.String? | 53 | public var file: Swift.String? |
54 | public var isSelect: Swift.Bool | 54 | public var isSelect: Swift.Bool |
55 | public var changed: (() -> Swift.Void)? | 55 | public var changed: (() -> Swift.Void)? |
@@ -74,15 +74,15 @@ final public class AES { | @@ -74,15 +74,15 @@ final public class AES { | ||
74 | case dataPaddingRequired | 74 | case dataPaddingRequired |
75 | case invalidData | 75 | case invalidData |
76 | public static func == (a: HHSDKBase.AES.Error, b: HHSDKBase.AES.Error) -> Swift.Bool | 76 | public static func == (a: HHSDKBase.AES.Error, b: HHSDKBase.AES.Error) -> Swift.Bool |
77 | + public func hash(into hasher: inout Swift.Hasher) | ||
77 | public var hashValue: Swift.Int { | 78 | public var hashValue: Swift.Int { |
78 | get | 79 | get |
79 | } | 80 | } |
80 | - public func hash(into hasher: inout Swift.Hasher) | ||
81 | } | 81 | } |
82 | public enum Variant : Swift.Int { | 82 | public enum Variant : Swift.Int { |
83 | case aes128, aes192, aes256 | 83 | case aes128, aes192, aes256 |
84 | - public typealias RawValue = Swift.Int | ||
85 | public init?(rawValue: Swift.Int) | 84 | public init?(rawValue: Swift.Int) |
85 | + public typealias RawValue = Swift.Int | ||
86 | public var rawValue: Swift.Int { | 86 | public var rawValue: Swift.Int { |
87 | get | 87 | get |
88 | } | 88 | } |
@@ -129,8 +129,8 @@ public protocol CryptoAuthenticator { | @@ -129,8 +129,8 @@ public protocol CryptoAuthenticator { | ||
129 | public enum Bit : Swift.Int { | 129 | public enum Bit : Swift.Int { |
130 | case zero | 130 | case zero |
131 | case one | 131 | case one |
132 | - public typealias RawValue = Swift.Int | ||
133 | public init?(rawValue: Swift.Int) | 132 | public init?(rawValue: Swift.Int) |
133 | + public typealias RawValue = Swift.Int | ||
134 | public var rawValue: Swift.Int { | 134 | public var rawValue: Swift.Int { |
135 | get | 135 | get |
136 | } | 136 | } |
@@ -144,7 +144,7 @@ open class HHDataController<T> where T : HHSDKBase.Mappable { | @@ -144,7 +144,7 @@ open class HHDataController<T> where T : HHSDKBase.Mappable { | ||
144 | open func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 144 | open func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
145 | @objc deinit | 145 | @objc deinit |
146 | } | 146 | } |
147 | -public class BlockDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 147 | +@_hasMissingDesignatedInitializers public class BlockDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
148 | public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | 148 | public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> |
149 | public func seek(to position: Swift.Int) throws | 149 | public func seek(to position: Swift.Int) throws |
150 | @objc deinit | 150 | @objc deinit |
@@ -157,8 +157,8 @@ public protocol BlockMode { | @@ -157,8 +157,8 @@ public protocol BlockMode { | ||
157 | public struct BlockModeOption : Swift.OptionSet { | 157 | public struct BlockModeOption : Swift.OptionSet { |
158 | public let rawValue: Swift.Int | 158 | public let rawValue: Swift.Int |
159 | public init(rawValue: Swift.Int) | 159 | public init(rawValue: Swift.Int) |
160 | - public typealias Element = HHSDKBase.BlockModeOption | ||
161 | public typealias ArrayLiteralElement = HHSDKBase.BlockModeOption | 160 | public typealias ArrayLiteralElement = HHSDKBase.BlockModeOption |
161 | + public typealias Element = HHSDKBase.BlockModeOption | ||
162 | public typealias RawValue = Swift.Int | 162 | public typealias RawValue = Swift.Int |
163 | } | 163 | } |
164 | extension Blowfish { | 164 | extension Blowfish { |
@@ -171,10 +171,10 @@ final public class Blowfish { | @@ -171,10 +171,10 @@ final public class Blowfish { | ||
171 | case invalidInitializationVector | 171 | case invalidInitializationVector |
172 | case invalidBlockMode | 172 | case invalidBlockMode |
173 | public static func == (a: HHSDKBase.Blowfish.Error, b: HHSDKBase.Blowfish.Error) -> Swift.Bool | 173 | public static func == (a: HHSDKBase.Blowfish.Error, b: HHSDKBase.Blowfish.Error) -> Swift.Bool |
174 | + public func hash(into hasher: inout Swift.Hasher) | ||
174 | public var hashValue: Swift.Int { | 175 | public var hashValue: Swift.Int { |
175 | get | 176 | get |
176 | } | 177 | } |
177 | - public func hash(into hasher: inout Swift.Hasher) | ||
178 | } | 178 | } |
179 | public static let blockSize: Swift.Int | 179 | public static let blockSize: Swift.Int |
180 | final public let keySize: Swift.Int | 180 | final public let keySize: Swift.Int |
@@ -193,16 +193,16 @@ public struct CBC : HHSDKBase.BlockMode { | @@ -193,16 +193,16 @@ public struct CBC : HHSDKBase.BlockMode { | ||
193 | public enum Error : Swift.Error { | 193 | public enum Error : Swift.Error { |
194 | case invalidInitializationVector | 194 | case invalidInitializationVector |
195 | public static func == (a: HHSDKBase.CBC.Error, b: HHSDKBase.CBC.Error) -> Swift.Bool | 195 | public static func == (a: HHSDKBase.CBC.Error, b: HHSDKBase.CBC.Error) -> Swift.Bool |
196 | + public func hash(into hasher: inout Swift.Hasher) | ||
196 | public var hashValue: Swift.Int { | 197 | public var hashValue: Swift.Int { |
197 | get | 198 | get |
198 | } | 199 | } |
199 | - public func hash(into hasher: inout Swift.Hasher) | ||
200 | } | 200 | } |
201 | public let options: HHSDKBase.BlockModeOption | 201 | public let options: HHSDKBase.BlockModeOption |
202 | public init(iv: Swift.Array<Swift.UInt8>) | 202 | public init(iv: Swift.Array<Swift.UInt8>) |
203 | public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKBase.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKBase.CipherOperationOnBlock) throws -> HHSDKBase.CipherModeWorker | 203 | public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKBase.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKBase.CipherOperationOnBlock) throws -> HHSDKBase.CipherModeWorker |
204 | } | 204 | } |
205 | -final public class CBCMAC : HHSDKBase.CMAC { | 205 | +@_inheritsConvenienceInitializers final public class CBCMAC : HHSDKBase.CMAC { |
206 | override final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 206 | override final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
207 | override public init(key: Swift.Array<Swift.UInt8>) throws | 207 | override public init(key: Swift.Array<Swift.UInt8>) throws |
208 | @objc deinit | 208 | @objc deinit |
@@ -213,10 +213,10 @@ public struct CCM { | @@ -213,10 +213,10 @@ public struct CCM { | ||
213 | case invalidParameter | 213 | case invalidParameter |
214 | case fail | 214 | case fail |
215 | public static func == (a: HHSDKBase.CCM.Error, b: HHSDKBase.CCM.Error) -> Swift.Bool | 215 | public static func == (a: HHSDKBase.CCM.Error, b: HHSDKBase.CCM.Error) -> Swift.Bool |
216 | + public func hash(into hasher: inout Swift.Hasher) | ||
216 | public var hashValue: Swift.Int { | 217 | public var hashValue: Swift.Int { |
217 | get | 218 | get |
218 | } | 219 | } |
219 | - public func hash(into hasher: inout Swift.Hasher) | ||
220 | } | 220 | } |
221 | public let options: HHSDKBase.BlockModeOption | 221 | public let options: HHSDKBase.BlockModeOption |
222 | public var authenticationTag: Swift.Array<Swift.UInt8>? | 222 | public var authenticationTag: Swift.Array<Swift.UInt8>? |
@@ -228,10 +228,10 @@ public struct CFB : HHSDKBase.BlockMode { | @@ -228,10 +228,10 @@ public struct CFB : HHSDKBase.BlockMode { | ||
228 | public enum Error : Swift.Error { | 228 | public enum Error : Swift.Error { |
229 | case invalidInitializationVector | 229 | case invalidInitializationVector |
230 | public static func == (a: HHSDKBase.CFB.Error, b: HHSDKBase.CFB.Error) -> Swift.Bool | 230 | public static func == (a: HHSDKBase.CFB.Error, b: HHSDKBase.CFB.Error) -> Swift.Bool |
231 | + public func hash(into hasher: inout Swift.Hasher) | ||
231 | public var hashValue: Swift.Int { | 232 | public var hashValue: Swift.Int { |
232 | get | 233 | get |
233 | } | 234 | } |
234 | - public func hash(into hasher: inout Swift.Hasher) | ||
235 | } | 235 | } |
236 | public let options: HHSDKBase.BlockModeOption | 236 | public let options: HHSDKBase.BlockModeOption |
237 | public init(iv: Swift.Array<Swift.UInt8>) | 237 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -245,10 +245,10 @@ final public class ChaCha20 { | @@ -245,10 +245,10 @@ final public class ChaCha20 { | ||
245 | case invalidKeyOrInitializationVector | 245 | case invalidKeyOrInitializationVector |
246 | case notSupported | 246 | case notSupported |
247 | public static func == (a: HHSDKBase.ChaCha20.Error, b: HHSDKBase.ChaCha20.Error) -> Swift.Bool | 247 | public static func == (a: HHSDKBase.ChaCha20.Error, b: HHSDKBase.ChaCha20.Error) -> Swift.Bool |
248 | + public func hash(into hasher: inout Swift.Hasher) | ||
248 | public var hashValue: Swift.Int { | 249 | public var hashValue: Swift.Int { |
249 | get | 250 | get |
250 | } | 251 | } |
251 | - public func hash(into hasher: inout Swift.Hasher) | ||
252 | } | 252 | } |
253 | public static let blockSize: Swift.Int | 253 | public static let blockSize: Swift.Int |
254 | final public let keySize: Swift.Int | 254 | final public let keySize: Swift.Int |
@@ -261,13 +261,13 @@ extension ChaCha20 : HHSDKBase.Cipher { | @@ -261,13 +261,13 @@ extension ChaCha20 : HHSDKBase.Cipher { | ||
261 | } | 261 | } |
262 | extension ChaCha20 { | 262 | extension ChaCha20 { |
263 | public struct ChaChaEncryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 263 | public struct ChaChaEncryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
264 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | 264 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> |
265 | public func seek(to: Swift.Int) throws | 265 | public func seek(to: Swift.Int) throws |
266 | } | 266 | } |
267 | } | 267 | } |
268 | extension ChaCha20 { | 268 | extension ChaCha20 { |
269 | public struct ChaChaDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 269 | public struct ChaChaDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
270 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = true) throws -> Swift.Array<Swift.UInt8> | 270 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = true) throws -> Swift.Array<Swift.UInt8> |
271 | public func seek(to: Swift.Int) throws | 271 | public func seek(to: Swift.Int) throws |
272 | } | 272 | } |
273 | } | 273 | } |
@@ -275,7 +275,7 @@ extension ChaCha20 : HHSDKBase.Cryptors { | @@ -275,7 +275,7 @@ extension ChaCha20 : HHSDKBase.Cryptors { | ||
275 | final public func makeEncryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable | 275 | final public func makeEncryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable |
276 | final public func makeDecryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable | 276 | final public func makeDecryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable |
277 | } | 277 | } |
278 | -final public class Checksum { | 278 | +@_hasMissingDesignatedInitializers final public class Checksum { |
279 | @objc deinit | 279 | @objc deinit |
280 | } | 280 | } |
281 | extension Checksum { | 281 | extension Checksum { |
@@ -287,10 +287,10 @@ public enum CipherError : Swift.Error { | @@ -287,10 +287,10 @@ public enum CipherError : Swift.Error { | ||
287 | case encrypt | 287 | case encrypt |
288 | case decrypt | 288 | case decrypt |
289 | public static func == (a: HHSDKBase.CipherError, b: HHSDKBase.CipherError) -> Swift.Bool | 289 | public static func == (a: HHSDKBase.CipherError, b: HHSDKBase.CipherError) -> Swift.Bool |
290 | + public func hash(into hasher: inout Swift.Hasher) | ||
290 | public var hashValue: Swift.Int { | 291 | public var hashValue: Swift.Int { |
291 | get | 292 | get |
292 | } | 293 | } |
293 | - public func hash(into hasher: inout Swift.Hasher) | ||
294 | } | 294 | } |
295 | public protocol Cipher : AnyObject { | 295 | public protocol Cipher : AnyObject { |
296 | var keySize: Swift.Int { get } | 296 | var keySize: Swift.Int { get } |
@@ -334,10 +334,10 @@ public class CMAC : HHSDKBase.CryptoAuthenticator { | @@ -334,10 +334,10 @@ public class CMAC : HHSDKBase.CryptoAuthenticator { | ||
334 | public enum Error : Swift.Error { | 334 | public enum Error : Swift.Error { |
335 | case wrongKeyLength | 335 | case wrongKeyLength |
336 | public static func == (a: HHSDKBase.CMAC.Error, b: HHSDKBase.CMAC.Error) -> Swift.Bool | 336 | public static func == (a: HHSDKBase.CMAC.Error, b: HHSDKBase.CMAC.Error) -> Swift.Bool |
337 | + public func hash(into hasher: inout Swift.Hasher) | ||
337 | public var hashValue: Swift.Int { | 338 | public var hashValue: Swift.Int { |
338 | get | 339 | get |
339 | } | 340 | } |
340 | - public func hash(into hasher: inout Swift.Hasher) | ||
341 | } | 341 | } |
342 | public init(key: Swift.Array<Swift.UInt8>) throws | 342 | public init(key: Swift.Array<Swift.UInt8>) throws |
343 | public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 343 | public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
@@ -367,10 +367,10 @@ public struct CTR { | @@ -367,10 +367,10 @@ public struct CTR { | ||
367 | public enum Error : Swift.Error { | 367 | public enum Error : Swift.Error { |
368 | case invalidInitializationVector | 368 | case invalidInitializationVector |
369 | public static func == (a: HHSDKBase.CTR.Error, b: HHSDKBase.CTR.Error) -> Swift.Bool | 369 | public static func == (a: HHSDKBase.CTR.Error, b: HHSDKBase.CTR.Error) -> Swift.Bool |
370 | + public func hash(into hasher: inout Swift.Hasher) | ||
370 | public var hashValue: Swift.Int { | 371 | public var hashValue: Swift.Int { |
371 | get | 372 | get |
372 | } | 373 | } |
373 | - public func hash(into hasher: inout Swift.Hasher) | ||
374 | } | 374 | } |
375 | public let options: HHSDKBase.BlockModeOption | 375 | public let options: HHSDKBase.BlockModeOption |
376 | public init(iv: Swift.Array<Swift.UInt8>, counter: Swift.Int = 0) | 376 | public init(iv: Swift.Array<Swift.UInt8>, counter: Swift.Int = 0) |
@@ -427,8 +427,8 @@ open class DateTransform : HHSDKBase.TransformType { | @@ -427,8 +427,8 @@ open class DateTransform : HHSDKBase.TransformType { | ||
427 | public enum Unit : Foundation.TimeInterval { | 427 | public enum Unit : Foundation.TimeInterval { |
428 | case seconds | 428 | case seconds |
429 | case milliseconds | 429 | case milliseconds |
430 | - public typealias RawValue = Foundation.TimeInterval | ||
431 | public init?(rawValue: Foundation.TimeInterval) | 430 | public init?(rawValue: Foundation.TimeInterval) |
431 | + public typealias RawValue = Foundation.TimeInterval | ||
432 | public var rawValue: Foundation.TimeInterval { | 432 | public var rawValue: Foundation.TimeInterval { |
433 | get | 433 | get |
434 | } | 434 | } |
@@ -442,8 +442,8 @@ public struct DictionaryTransform<Key, Value> : HHSDKBase.TransformType where Ke | @@ -442,8 +442,8 @@ public struct DictionaryTransform<Key, Value> : HHSDKBase.TransformType where Ke | ||
442 | public init() | 442 | public init() |
443 | public func transformFromJSON(_ value: Any?) -> [Key : Value]? | 443 | public func transformFromJSON(_ value: Any?) -> [Key : Value]? |
444 | public func transformToJSON(_ value: [Key : Value]?) -> Any? | 444 | public func transformToJSON(_ value: [Key : Value]?) -> Any? |
445 | - public typealias Object = Swift.Dictionary<Key, Value> | ||
446 | public typealias JSON = Any | 445 | public typealias JSON = Any |
446 | + public typealias Object = Swift.Dictionary<Key, Value> | ||
447 | } | 447 | } |
448 | @available(*, renamed: "Digest") | 448 | @available(*, renamed: "Digest") |
449 | public typealias Hash = HHSDKBase.Digest | 449 | public typealias Hash = HHSDKBase.Digest |
@@ -487,20 +487,20 @@ final public class GCM : HHSDKBase.BlockMode { | @@ -487,20 +487,20 @@ final public class GCM : HHSDKBase.BlockMode { | ||
487 | case combined | 487 | case combined |
488 | case detached | 488 | case detached |
489 | public static func == (a: HHSDKBase.GCM.Mode, b: HHSDKBase.GCM.Mode) -> Swift.Bool | 489 | public static func == (a: HHSDKBase.GCM.Mode, b: HHSDKBase.GCM.Mode) -> Swift.Bool |
490 | + public func hash(into hasher: inout Swift.Hasher) | ||
490 | public var hashValue: Swift.Int { | 491 | public var hashValue: Swift.Int { |
491 | get | 492 | get |
492 | } | 493 | } |
493 | - public func hash(into hasher: inout Swift.Hasher) | ||
494 | } | 494 | } |
495 | final public let options: HHSDKBase.BlockModeOption | 495 | final public let options: HHSDKBase.BlockModeOption |
496 | public enum Error : Swift.Error { | 496 | public enum Error : Swift.Error { |
497 | case invalidInitializationVector | 497 | case invalidInitializationVector |
498 | case fail | 498 | case fail |
499 | public static func == (a: HHSDKBase.GCM.Error, b: HHSDKBase.GCM.Error) -> Swift.Bool | 499 | public static func == (a: HHSDKBase.GCM.Error, b: HHSDKBase.GCM.Error) -> Swift.Bool |
500 | + public func hash(into hasher: inout Swift.Hasher) | ||
500 | public var hashValue: Swift.Int { | 501 | public var hashValue: Swift.Int { |
501 | get | 502 | get |
502 | } | 503 | } |
503 | - public func hash(into hasher: inout Swift.Hasher) | ||
504 | } | 504 | } |
505 | final public var authenticationTag: Swift.Array<Swift.UInt8>? | 505 | final public var authenticationTag: Swift.Array<Swift.UInt8>? |
506 | public init(iv: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.GCM.Mode = .detached) | 506 | public init(iv: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.GCM.Mode = .detached) |
@@ -533,7 +533,7 @@ public typealias HHLoginHandler = ((Swift.Error?) -> Swift.Void) | @@ -533,7 +533,7 @@ public typealias HHLoginHandler = ((Swift.Error?) -> Swift.Void) | ||
533 | public var HMHudManager: HHSDKBase.HHHUDable { | 533 | public var HMHudManager: HHSDKBase.HHHUDable { |
534 | get | 534 | get |
535 | } | 535 | } |
536 | -@objc public class HHBaseSDK : ObjectiveC.NSObject { | 536 | +@_inheritsConvenienceInitializers @objc public class HHBaseSDK : ObjectiveC.NSObject { |
537 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 537 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
538 | public var dnsCallback: HHSDKBase.HHDNSProtocal? | 538 | public var dnsCallback: HHSDKBase.HHDNSProtocal? |
539 | @objc public func start() | 539 | @objc public func start() |
@@ -555,7 +555,7 @@ public func visibleWindow() -> UIKit.UIWindow? | @@ -555,7 +555,7 @@ public func visibleWindow() -> UIKit.UIWindow? | ||
555 | public func delayFunc(_ time: Swift.Double, block: @escaping () -> Swift.Void) | 555 | public func delayFunc(_ time: Swift.Double, block: @escaping () -> Swift.Void) |
556 | public func appLanguage() -> Swift.String | 556 | public func appLanguage() -> Swift.String |
557 | public func isChina() -> Swift.Bool | 557 | public func isChina() -> Swift.Bool |
558 | -public class HHDevice { | 558 | +@_hasMissingDesignatedInitializers public class HHDevice { |
559 | public static func isIphoneX() -> Swift.Bool | 559 | public static func isIphoneX() -> Swift.Bool |
560 | public static func botOffset() -> CoreGraphics.CGFloat | 560 | public static func botOffset() -> CoreGraphics.CGFloat |
561 | public static func tOffset() -> CoreGraphics.CGFloat | 561 | public static func tOffset() -> CoreGraphics.CGFloat |
@@ -578,13 +578,13 @@ public enum DateFormat : Swift.String { | @@ -578,13 +578,13 @@ public enum DateFormat : Swift.String { | ||
578 | case HourMinute | 578 | case HourMinute |
579 | case CN_Month_Day | 579 | case CN_Month_Day |
580 | case CN_Hour_Minute | 580 | case CN_Hour_Minute |
581 | - public typealias RawValue = Swift.String | ||
582 | public init?(rawValue: Swift.String) | 581 | public init?(rawValue: Swift.String) |
582 | + public typealias RawValue = Swift.String | ||
583 | public var rawValue: Swift.String { | 583 | public var rawValue: Swift.String { |
584 | get | 584 | get |
585 | } | 585 | } |
586 | } | 586 | } |
587 | -@objc public class HHDateUtils : ObjectiveC.NSObject { | 587 | +@objc @_inheritsConvenienceInitializers public class HHDateUtils : ObjectiveC.NSObject { |
588 | public class func getDateForChinaStr() -> Swift.String | 588 | public class func getDateForChinaStr() -> Swift.String |
589 | public static func stringWithDurationFromSeconds(_ seconds: Foundation.TimeInterval) -> Swift.String | 589 | public static func stringWithDurationFromSeconds(_ seconds: Foundation.TimeInterval) -> Swift.String |
590 | public static func component(_ date: Foundation.Date) -> Foundation.DateComponents | 590 | public static func component(_ date: Foundation.Date) -> Foundation.DateComponents |
@@ -604,7 +604,7 @@ extension HHDateUtils { | @@ -604,7 +604,7 @@ extension HHDateUtils { | ||
604 | public static func dateStringFromInt(_ date: Swift.Int) -> Swift.String | 604 | public static func dateStringFromInt(_ date: Swift.Int) -> Swift.String |
605 | public static func dateYearStringFromInt(_ date: Swift.Int) -> Swift.String | 605 | public static func dateYearStringFromInt(_ date: Swift.Int) -> Swift.String |
606 | } | 606 | } |
607 | -@objc open class HHDeviceManager : ObjectiveC.NSObject { | 607 | +@objc @_inheritsConvenienceInitializers open class HHDeviceManager : ObjectiveC.NSObject { |
608 | public static func jailBrokend() -> Swift.Bool | 608 | public static func jailBrokend() -> Swift.Bool |
609 | @objc override dynamic public init() | 609 | @objc override dynamic public init() |
610 | @objc deinit | 610 | @objc deinit |
@@ -612,16 +612,16 @@ extension HHDateUtils { | @@ -612,16 +612,16 @@ extension HHDateUtils { | ||
612 | public struct HHEmptyModel : HHSDKBase.Mappable { | 612 | public struct HHEmptyModel : HHSDKBase.Mappable { |
613 | public init() | 613 | public init() |
614 | public init?(map: HHSDKBase.Map) | 614 | public init?(map: HHSDKBase.Map) |
615 | - mutating public func mapping(map: HHSDKBase.Map) | 615 | + public mutating func mapping(map: HHSDKBase.Map) |
616 | } | 616 | } |
617 | -public class HHEncryptUtils { | 617 | +@_hasMissingDesignatedInitializers public class HHEncryptUtils { |
618 | public static func encrypto(key: Swift.String, content: Swift.String) -> Swift.String? | 618 | public static func encrypto(key: Swift.String, content: Swift.String) -> Swift.String? |
619 | public static func decrypto(key: Swift.String, content: Swift.String) -> Swift.String? | 619 | public static func decrypto(key: Swift.String, content: Swift.String) -> Swift.String? |
620 | public static func encrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? | 620 | public static func encrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? |
621 | public static func decrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? | 621 | public static func decrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? |
622 | @objc deinit | 622 | @objc deinit |
623 | } | 623 | } |
624 | -@objc public class HHFileCacheManager : ObjectiveC.NSObject { | 624 | +@objc @_inheritsConvenienceInitializers public class HHFileCacheManager : ObjectiveC.NSObject { |
625 | public enum HHAssetPathType { | 625 | public enum HHAssetPathType { |
626 | case image | 626 | case image |
627 | case video | 627 | case video |
@@ -631,18 +631,18 @@ public class HHEncryptUtils { | @@ -631,18 +631,18 @@ public class HHEncryptUtils { | ||
631 | case other | 631 | case other |
632 | case dataBase | 632 | case dataBase |
633 | public static func == (a: HHSDKBase.HHFileCacheManager.HHAssetPathType, b: HHSDKBase.HHFileCacheManager.HHAssetPathType) -> Swift.Bool | 633 | public static func == (a: HHSDKBase.HHFileCacheManager.HHAssetPathType, b: HHSDKBase.HHFileCacheManager.HHAssetPathType) -> Swift.Bool |
634 | + public func hash(into hasher: inout Swift.Hasher) | ||
634 | public var hashValue: Swift.Int { | 635 | public var hashValue: Swift.Int { |
635 | get | 636 | get |
636 | } | 637 | } |
637 | - public func hash(into hasher: inout Swift.Hasher) | ||
638 | } | 638 | } |
639 | public enum HHFileFormat : Swift.String { | 639 | public enum HHFileFormat : Swift.String { |
640 | case Jpg | 640 | case Jpg |
641 | case Png | 641 | case Png |
642 | case Jpeg | 642 | case Jpeg |
643 | case webp | 643 | case webp |
644 | - public typealias RawValue = Swift.String | ||
645 | public init?(rawValue: Swift.String) | 644 | public init?(rawValue: Swift.String) |
645 | + public typealias RawValue = Swift.String | ||
646 | public var rawValue: Swift.String { | 646 | public var rawValue: Swift.String { |
647 | get | 647 | get |
648 | } | 648 | } |
@@ -688,14 +688,14 @@ public enum HHLogMode : Swift.Int { | @@ -688,14 +688,14 @@ public enum HHLogMode : Swift.Int { | ||
688 | case info | 688 | case info |
689 | case debug | 689 | case debug |
690 | case verbose | 690 | case verbose |
691 | - public typealias RawValue = Swift.Int | ||
692 | public init?(rawValue: Swift.Int) | 691 | public init?(rawValue: Swift.Int) |
692 | + public typealias RawValue = Swift.Int | ||
693 | public var rawValue: Swift.Int { | 693 | public var rawValue: Swift.Int { |
694 | get | 694 | get |
695 | } | 695 | } |
696 | } | 696 | } |
697 | public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | 697 | public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) |
698 | -@objc open class HHMediaStatusCheckUtils : ObjectiveC.NSObject { | 698 | +@objc @_inheritsConvenienceInitializers open class HHMediaStatusCheckUtils : ObjectiveC.NSObject { |
699 | open class func checkCameraAccess() -> Swift.Bool | 699 | open class func checkCameraAccess() -> Swift.Bool |
700 | open class func checkCameraVideoPermission() -> Swift.Bool | 700 | open class func checkCameraVideoPermission() -> Swift.Bool |
701 | open class func checkAlbumAccess() -> Swift.Bool | 701 | open class func checkAlbumAccess() -> Swift.Bool |
@@ -703,7 +703,7 @@ public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | @@ -703,7 +703,7 @@ public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | ||
703 | @objc override dynamic public init() | 703 | @objc override dynamic public init() |
704 | @objc deinit | 704 | @objc deinit |
705 | } | 705 | } |
706 | -@objc open class HHMedicNetObserver : ObjectiveC.NSObject { | 706 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers open class HHMedicNetObserver : ObjectiveC.NSObject { |
707 | public static let sharedInstance: HHSDKBase.HHMedicNetObserver | 707 | public static let sharedInstance: HHSDKBase.HHMedicNetObserver |
708 | open func createReachability() | 708 | open func createReachability() |
709 | open func currentInWifi() -> Swift.Bool | 709 | open func currentInWifi() -> Swift.Bool |
@@ -715,19 +715,19 @@ public enum HHServerType { | @@ -715,19 +715,19 @@ public enum HHServerType { | ||
715 | case pacs | 715 | case pacs |
716 | case weixin | 716 | case weixin |
717 | public static func == (a: HHSDKBase.HHServerType, b: HHSDKBase.HHServerType) -> Swift.Bool | 717 | public static func == (a: HHSDKBase.HHServerType, b: HHSDKBase.HHServerType) -> Swift.Bool |
718 | + public func hash(into hasher: inout Swift.Hasher) | ||
718 | public var hashValue: Swift.Int { | 719 | public var hashValue: Swift.Int { |
719 | get | 720 | get |
720 | } | 721 | } |
721 | - public func hash(into hasher: inout Swift.Hasher) | ||
722 | } | 722 | } |
723 | public enum HHRequestMethod { | 723 | public enum HHRequestMethod { |
724 | case get | 724 | case get |
725 | case post | 725 | case post |
726 | public static func == (a: HHSDKBase.HHRequestMethod, b: HHSDKBase.HHRequestMethod) -> Swift.Bool | 726 | public static func == (a: HHSDKBase.HHRequestMethod, b: HHSDKBase.HHRequestMethod) -> Swift.Bool |
727 | + public func hash(into hasher: inout Swift.Hasher) | ||
727 | public var hashValue: Swift.Int { | 728 | public var hashValue: Swift.Int { |
728 | get | 729 | get |
729 | } | 730 | } |
730 | - public func hash(into hasher: inout Swift.Hasher) | ||
731 | } | 731 | } |
732 | public let HH_RELOGIN_NOTIFICATION_STR: Swift.String | 732 | public let HH_RELOGIN_NOTIFICATION_STR: Swift.String |
733 | public struct HHRequestData { | 733 | public struct HHRequestData { |
@@ -735,7 +735,7 @@ public struct HHRequestData { | @@ -735,7 +735,7 @@ public struct HHRequestData { | ||
735 | public var mHttpBody: [Swift.String : Any] | 735 | public var mHttpBody: [Swift.String : Any] |
736 | public var mParameters: [Swift.String : Any] | 736 | public var mParameters: [Swift.String : Any] |
737 | } | 737 | } |
738 | -public class HHNetFetch { | 738 | +@_hasMissingDesignatedInitializers public class HHNetFetch { |
739 | public static func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 739 | public static func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
740 | public static func requestArray<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: (([E]) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 740 | public static func requestArray<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: (([E]) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
741 | public static func noDataRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) | 741 | public static func noDataRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) |
@@ -773,7 +773,7 @@ public class HHRequest<T> where T : HHSDKBase.Mappable { | @@ -773,7 +773,7 @@ public class HHRequest<T> where T : HHSDKBase.Mappable { | ||
773 | extension HHRequest { | 773 | extension HHRequest { |
774 | public func startForArray(_ successCallBack: @escaping HHSDKBase.HHRequest<T>.HHNetSuccessForArray, failCallBack: @escaping HHSDKBase.HHNetError) | 774 | public func startForArray(_ successCallBack: @escaping HHSDKBase.HHRequest<T>.HHNetSuccessForArray, failCallBack: @escaping HHSDKBase.HHNetError) |
775 | } | 775 | } |
776 | -@objc public class HHSDKBaseOptions : ObjectiveC.NSObject { | 776 | +@_inheritsConvenienceInitializers @objc public class HHSDKBaseOptions : ObjectiveC.NSObject { |
777 | @objc public static let `default`: HHSDKBase.HHSDKBaseOptions | 777 | @objc public static let `default`: HHSDKBase.HHSDKBaseOptions |
778 | @objc public var isDebug: Swift.Bool | 778 | @objc public var isDebug: Swift.Bool |
779 | @objc public var isDevelopment: Swift.Bool | 779 | @objc public var isDevelopment: Swift.Bool |
@@ -782,7 +782,7 @@ extension HHRequest { | @@ -782,7 +782,7 @@ extension HHRequest { | ||
782 | @objc public var sdkProductId: Swift.String | 782 | @objc public var sdkProductId: Swift.String |
783 | @objc public var appVersion: Swift.String | 783 | @objc public var appVersion: Swift.String |
784 | public var hudManager: HHSDKBase.HHHUDable | 784 | public var hudManager: HHSDKBase.HHHUDable |
785 | - @objc public var hudDisTime: Foundation.TimeInterval { | 785 | + @objc public var hudDisTime: Swift.Double { |
786 | @objc get | 786 | @objc get |
787 | @objc set | 787 | @objc set |
788 | } | 788 | } |
@@ -885,7 +885,7 @@ extension UIView { | @@ -885,7 +885,7 @@ extension UIView { | ||
885 | extension UIView { | 885 | extension UIView { |
886 | public class func viewFromNib<T>(_ aClass: T.Type, frameworkPath: Swift.String) -> T | 886 | public class func viewFromNib<T>(_ aClass: T.Type, frameworkPath: Swift.String) -> T |
887 | } | 887 | } |
888 | -public class HHUrl { | 888 | +@_hasMissingDesignatedInitializers public class HHUrl { |
889 | public static func domains() -> [Swift.String] | 889 | public static func domains() -> [Swift.String] |
890 | public static func urlForPay() -> Swift.String | 890 | public static func urlForPay() -> Swift.String |
891 | public static func urlForFamily() -> Swift.String | 891 | public static func urlForFamily() -> Swift.String |
@@ -899,7 +899,7 @@ extension HHUrl { | @@ -899,7 +899,7 @@ extension HHUrl { | ||
899 | public static func headers(host: Swift.String) -> [Swift.String : Swift.String] | 899 | public static func headers(host: Swift.String) -> [Swift.String : Swift.String] |
900 | } | 900 | } |
901 | public func languagePrefix() -> Swift.String | 901 | public func languagePrefix() -> Swift.String |
902 | -public class HHUserDefaults { | 902 | +@_hasMissingDesignatedInitializers public class HHUserDefaults { |
903 | public class func setString(_ str: Swift.String, key: Swift.String) | 903 | public class func setString(_ str: Swift.String, key: Swift.String) |
904 | public class func stringValue(_ key: Swift.String) -> Swift.String? | 904 | public class func stringValue(_ key: Swift.String) -> Swift.String? |
905 | public class func setArray(_ array: [Swift.AnyObject], key: Swift.String) | 905 | public class func setArray(_ array: [Swift.AnyObject], key: Swift.String) |
@@ -925,9 +925,9 @@ extension HHUserDefaults { | @@ -925,9 +925,9 @@ extension HHUserDefaults { | ||
925 | public struct HHMemberInfoModel : HHSDKBase.Mappable { | 925 | public struct HHMemberInfoModel : HHSDKBase.Mappable { |
926 | public var productStatusDescn: Swift.String? | 926 | public var productStatusDescn: Swift.String? |
927 | public init?(map: HHSDKBase.Map) | 927 | public init?(map: HHSDKBase.Map) |
928 | - mutating public func mapping(map: HHSDKBase.Map) | 928 | + public mutating func mapping(map: HHSDKBase.Map) |
929 | } | 929 | } |
930 | -public class HHUserModel : HHSDKBase.Mappable { | 930 | +@_hasMissingDesignatedInitializers public class HHUserModel : HHSDKBase.Mappable { |
931 | public var companyLogo: Swift.String? | 931 | public var companyLogo: Swift.String? |
932 | public var name: Swift.String? | 932 | public var name: Swift.String? |
933 | public var photourl: Swift.String? | 933 | public var photourl: Swift.String? |
@@ -948,10 +948,10 @@ public struct HKDF { | @@ -948,10 +948,10 @@ public struct HKDF { | ||
948 | case invalidInput | 948 | case invalidInput |
949 | case derivedKeyTooLong | 949 | case derivedKeyTooLong |
950 | public static func == (a: HHSDKBase.HKDF.Error, b: HHSDKBase.HKDF.Error) -> Swift.Bool | 950 | public static func == (a: HHSDKBase.HKDF.Error, b: HHSDKBase.HKDF.Error) -> Swift.Bool |
951 | + public func hash(into hasher: inout Swift.Hasher) | ||
951 | public var hashValue: Swift.Int { | 952 | public var hashValue: Swift.Int { |
952 | get | 953 | get |
953 | } | 954 | } |
954 | - public func hash(into hasher: inout Swift.Hasher) | ||
955 | } | 955 | } |
956 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>? = nil, info: Swift.Array<Swift.UInt8>? = nil, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws | 956 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>? = nil, info: Swift.Array<Swift.UInt8>? = nil, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws |
957 | public func calculate() throws -> Swift.Array<Swift.UInt8> | 957 | public func calculate() throws -> Swift.Array<Swift.UInt8> |
@@ -964,18 +964,18 @@ final public class HMAC : HHSDKBase.CryptoAuthenticator { | @@ -964,18 +964,18 @@ final public class HMAC : HHSDKBase.CryptoAuthenticator { | ||
964 | case authenticateError | 964 | case authenticateError |
965 | case invalidInput | 965 | case invalidInput |
966 | public static func == (a: HHSDKBase.HMAC.Error, b: HHSDKBase.HMAC.Error) -> Swift.Bool | 966 | public static func == (a: HHSDKBase.HMAC.Error, b: HHSDKBase.HMAC.Error) -> Swift.Bool |
967 | + public func hash(into hasher: inout Swift.Hasher) | ||
967 | public var hashValue: Swift.Int { | 968 | public var hashValue: Swift.Int { |
968 | get | 969 | get |
969 | } | 970 | } |
970 | - public func hash(into hasher: inout Swift.Hasher) | ||
971 | } | 971 | } |
972 | public enum Variant { | 972 | public enum Variant { |
973 | case sha1, sha256, sha384, sha512, md5 | 973 | case sha1, sha256, sha384, sha512, md5 |
974 | public static func == (a: HHSDKBase.HMAC.Variant, b: HHSDKBase.HMAC.Variant) -> Swift.Bool | 974 | public static func == (a: HHSDKBase.HMAC.Variant, b: HHSDKBase.HMAC.Variant) -> Swift.Bool |
975 | + public func hash(into hasher: inout Swift.Hasher) | ||
975 | public var hashValue: Swift.Int { | 976 | public var hashValue: Swift.Int { |
976 | get | 977 | get |
977 | } | 978 | } |
978 | - public func hash(into hasher: inout Swift.Hasher) | ||
979 | } | 979 | } |
980 | public init(key: Swift.Array<Swift.UInt8>, variant: HHSDKBase.HMAC.Variant = .md5) | 980 | public init(key: Swift.Array<Swift.UInt8>, variant: HHSDKBase.HMAC.Variant = .md5) |
981 | final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 981 | final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
@@ -1098,47 +1098,47 @@ public enum Accessibility { | @@ -1098,47 +1098,47 @@ public enum Accessibility { | ||
1098 | case whenUnlocked | 1098 | case whenUnlocked |
1099 | case afterFirstUnlock | 1099 | case afterFirstUnlock |
1100 | case always | 1100 | case always |
1101 | - @available(iOS 8.0, OSX 10.10, *) | 1101 | + @available(iOS 8.0, macOS 10.10, *) |
1102 | case whenPasscodeSetThisDeviceOnly | 1102 | case whenPasscodeSetThisDeviceOnly |
1103 | case whenUnlockedThisDeviceOnly | 1103 | case whenUnlockedThisDeviceOnly |
1104 | case afterFirstUnlockThisDeviceOnly | 1104 | case afterFirstUnlockThisDeviceOnly |
1105 | case alwaysThisDeviceOnly | 1105 | case alwaysThisDeviceOnly |
1106 | } | 1106 | } |
1107 | public struct AuthenticationPolicy : Swift.OptionSet { | 1107 | public struct AuthenticationPolicy : Swift.OptionSet { |
1108 | - @available(iOS 8.0, OSX 10.10, *) | 1108 | + @available(iOS 8.0, macOS 10.10, *) |
1109 | @available(watchOS, unavailable) | 1109 | @available(watchOS, unavailable) |
1110 | public static let userPresence: HHSDKBase.AuthenticationPolicy | 1110 | public static let userPresence: HHSDKBase.AuthenticationPolicy |
1111 | @available(iOS 9.0, *) | 1111 | @available(iOS 9.0, *) |
1112 | - @available(OSX, unavailable) | 1112 | + @available(macOS, unavailable) |
1113 | @available(watchOS, unavailable) | 1113 | @available(watchOS, unavailable) |
1114 | public static let touchIDAny: HHSDKBase.AuthenticationPolicy | 1114 | public static let touchIDAny: HHSDKBase.AuthenticationPolicy |
1115 | @available(iOS 9.0, *) | 1115 | @available(iOS 9.0, *) |
1116 | - @available(OSX, unavailable) | 1116 | + @available(macOS, unavailable) |
1117 | @available(watchOS, unavailable) | 1117 | @available(watchOS, unavailable) |
1118 | public static let touchIDCurrentSet: HHSDKBase.AuthenticationPolicy | 1118 | public static let touchIDCurrentSet: HHSDKBase.AuthenticationPolicy |
1119 | - @available(iOS 9.0, OSX 10.11, *) | 1119 | + @available(iOS 9.0, macOS 10.11, *) |
1120 | @available(watchOS, unavailable) | 1120 | @available(watchOS, unavailable) |
1121 | public static let devicePasscode: HHSDKBase.AuthenticationPolicy | 1121 | public static let devicePasscode: HHSDKBase.AuthenticationPolicy |
1122 | @available(iOS 9.0, *) | 1122 | @available(iOS 9.0, *) |
1123 | - @available(OSX, unavailable) | 1123 | + @available(macOS, unavailable) |
1124 | @available(watchOS, unavailable) | 1124 | @available(watchOS, unavailable) |
1125 | public static let or: HHSDKBase.AuthenticationPolicy | 1125 | public static let or: HHSDKBase.AuthenticationPolicy |
1126 | @available(iOS 9.0, *) | 1126 | @available(iOS 9.0, *) |
1127 | - @available(OSX, unavailable) | 1127 | + @available(macOS, unavailable) |
1128 | @available(watchOS, unavailable) | 1128 | @available(watchOS, unavailable) |
1129 | public static let and: HHSDKBase.AuthenticationPolicy | 1129 | public static let and: HHSDKBase.AuthenticationPolicy |
1130 | @available(iOS 9.0, *) | 1130 | @available(iOS 9.0, *) |
1131 | - @available(OSX, unavailable) | 1131 | + @available(macOS, unavailable) |
1132 | @available(watchOS, unavailable) | 1132 | @available(watchOS, unavailable) |
1133 | public static let privateKeyUsage: HHSDKBase.AuthenticationPolicy | 1133 | public static let privateKeyUsage: HHSDKBase.AuthenticationPolicy |
1134 | @available(iOS 9.0, *) | 1134 | @available(iOS 9.0, *) |
1135 | - @available(OSX, unavailable) | 1135 | + @available(macOS, unavailable) |
1136 | @available(watchOS, unavailable) | 1136 | @available(watchOS, unavailable) |
1137 | public static let applicationPassword: HHSDKBase.AuthenticationPolicy | 1137 | public static let applicationPassword: HHSDKBase.AuthenticationPolicy |
1138 | public let rawValue: Swift.UInt | 1138 | public let rawValue: Swift.UInt |
1139 | public init(rawValue: Swift.UInt) | 1139 | public init(rawValue: Swift.UInt) |
1140 | - public typealias Element = HHSDKBase.AuthenticationPolicy | ||
1141 | public typealias ArrayLiteralElement = HHSDKBase.AuthenticationPolicy | 1140 | public typealias ArrayLiteralElement = HHSDKBase.AuthenticationPolicy |
1141 | + public typealias Element = HHSDKBase.AuthenticationPolicy | ||
1142 | public typealias RawValue = Swift.UInt | 1142 | public typealias RawValue = Swift.UInt |
1143 | } | 1143 | } |
1144 | public struct Attributes { | 1144 | public struct Attributes { |
@@ -1224,7 +1224,7 @@ public struct Attributes { | @@ -1224,7 +1224,7 @@ public struct Attributes { | ||
1224 | get | 1224 | get |
1225 | } | 1225 | } |
1226 | } | 1226 | } |
1227 | -final public class Keychain { | 1227 | +@_hasMissingDesignatedInitializers final public class Keychain { |
1228 | final public var itemClass: HHSDKBase.ItemClass { | 1228 | final public var itemClass: HHSDKBase.ItemClass { |
1229 | get | 1229 | get |
1230 | } | 1230 | } |
@@ -1246,7 +1246,7 @@ final public class Keychain { | @@ -1246,7 +1246,7 @@ final public class Keychain { | ||
1246 | final public var accessibility: HHSDKBase.Accessibility { | 1246 | final public var accessibility: HHSDKBase.Accessibility { |
1247 | get | 1247 | get |
1248 | } | 1248 | } |
1249 | - @available(iOS 8.0, OSX 10.10, *) | 1249 | + @available(iOS 8.0, macOS 10.10, *) |
1250 | @available(watchOS, unavailable) | 1250 | @available(watchOS, unavailable) |
1251 | final public var authenticationPolicy: HHSDKBase.AuthenticationPolicy? { | 1251 | final public var authenticationPolicy: HHSDKBase.AuthenticationPolicy? { |
1252 | get | 1252 | get |
@@ -1260,12 +1260,12 @@ final public class Keychain { | @@ -1260,12 +1260,12 @@ final public class Keychain { | ||
1260 | final public var comment: Swift.String? { | 1260 | final public var comment: Swift.String? { |
1261 | get | 1261 | get |
1262 | } | 1262 | } |
1263 | - @available(iOS 8.0, OSX 10.10, *) | 1263 | + @available(iOS 8.0, macOS 10.10, *) |
1264 | @available(watchOS, unavailable) | 1264 | @available(watchOS, unavailable) |
1265 | final public var authenticationPrompt: Swift.String? { | 1265 | final public var authenticationPrompt: Swift.String? { |
1266 | get | 1266 | get |
1267 | } | 1267 | } |
1268 | - @available(iOS 9.0, OSX 10.11, *) | 1268 | + @available(iOS 9.0, macOS 10.11, *) |
1269 | final public var authenticationContext: LocalAuthentication.LAContext? { | 1269 | final public var authenticationContext: LocalAuthentication.LAContext? { |
1270 | get | 1270 | get |
1271 | } | 1271 | } |
@@ -1276,17 +1276,17 @@ final public class Keychain { | @@ -1276,17 +1276,17 @@ final public class Keychain { | ||
1276 | convenience public init(server: Swift.String, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) | 1276 | convenience public init(server: Swift.String, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) |
1277 | convenience public init(server: Foundation.URL, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) | 1277 | convenience public init(server: Foundation.URL, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) |
1278 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility) -> HHSDKBase.Keychain | 1278 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility) -> HHSDKBase.Keychain |
1279 | - @available(iOS 8.0, OSX 10.10, *) | 1279 | + @available(iOS 8.0, macOS 10.10, *) |
1280 | @available(watchOS, unavailable) | 1280 | @available(watchOS, unavailable) |
1281 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility, authenticationPolicy: HHSDKBase.AuthenticationPolicy) -> HHSDKBase.Keychain | 1281 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility, authenticationPolicy: HHSDKBase.AuthenticationPolicy) -> HHSDKBase.Keychain |
1282 | final public func synchronizable(_ synchronizable: Swift.Bool) -> HHSDKBase.Keychain | 1282 | final public func synchronizable(_ synchronizable: Swift.Bool) -> HHSDKBase.Keychain |
1283 | final public func label(_ label: Swift.String) -> HHSDKBase.Keychain | 1283 | final public func label(_ label: Swift.String) -> HHSDKBase.Keychain |
1284 | final public func comment(_ comment: Swift.String) -> HHSDKBase.Keychain | 1284 | final public func comment(_ comment: Swift.String) -> HHSDKBase.Keychain |
1285 | final public func attributes(_ attributes: [Swift.String : Any]) -> HHSDKBase.Keychain | 1285 | final public func attributes(_ attributes: [Swift.String : Any]) -> HHSDKBase.Keychain |
1286 | - @available(iOS 8.0, OSX 10.10, *) | 1286 | + @available(iOS 8.0, macOS 10.10, *) |
1287 | @available(watchOS, unavailable) | 1287 | @available(watchOS, unavailable) |
1288 | final public func authenticationPrompt(_ authenticationPrompt: Swift.String) -> HHSDKBase.Keychain | 1288 | final public func authenticationPrompt(_ authenticationPrompt: Swift.String) -> HHSDKBase.Keychain |
1289 | - @available(iOS 9.0, OSX 10.11, *) | 1289 | + @available(iOS 9.0, macOS 10.11, *) |
1290 | final public func authenticationContext(_ authenticationContext: LocalAuthentication.LAContext) -> HHSDKBase.Keychain | 1290 | final public func authenticationContext(_ authenticationContext: LocalAuthentication.LAContext) -> HHSDKBase.Keychain |
1291 | final public func get(_ key: Swift.String) throws -> Swift.String? | 1291 | final public func get(_ key: Swift.String) throws -> Swift.String? |
1292 | final public func getString(_ key: Swift.String) throws -> Swift.String? | 1292 | final public func getString(_ key: Swift.String) throws -> Swift.String? |
@@ -1800,8 +1800,8 @@ extension Status : Swift.RawRepresentable, Swift.CustomStringConvertible { | @@ -1800,8 +1800,8 @@ extension Status : Swift.RawRepresentable, Swift.CustomStringConvertible { | ||
1800 | public var description: Swift.String { | 1800 | public var description: Swift.String { |
1801 | get | 1801 | get |
1802 | } | 1802 | } |
1803 | - public typealias RawValue = Darwin.OSStatus | ||
1804 | public init?(rawValue: Darwin.OSStatus) | 1803 | public init?(rawValue: Darwin.OSStatus) |
1804 | + public typealias RawValue = Darwin.OSStatus | ||
1805 | public var rawValue: Darwin.OSStatus { | 1805 | public var rawValue: Darwin.OSStatus { |
1806 | get | 1806 | get |
1807 | } | 1807 | } |
@@ -1817,7 +1817,7 @@ extension Status : Foundation.CustomNSError { | @@ -1817,7 +1817,7 @@ extension Status : Foundation.CustomNSError { | ||
1817 | } | 1817 | } |
1818 | public let HHUUID: Swift.String | 1818 | public let HHUUID: Swift.String |
1819 | public let HHUserToken: Swift.String | 1819 | public let HHUserToken: Swift.String |
1820 | -public class LoginManager { | 1820 | +@_hasMissingDesignatedInitializers public class LoginManager { |
1821 | public static let `default`: HHSDKBase.LoginManager | 1821 | public static let `default`: HHSDKBase.LoginManager |
1822 | public var mUUID: Swift.Int? | 1822 | public var mUUID: Swift.Int? |
1823 | public var mUserInfo: HHSDKBase.HHUserModel? | 1823 | public var mUserInfo: HHSDKBase.HHUserModel? |
@@ -1846,19 +1846,19 @@ final public class Map { | @@ -1846,19 +1846,19 @@ final public class Map { | ||
1846 | final public let mappingType: HHSDKBase.MappingType | 1846 | final public let mappingType: HHSDKBase.MappingType |
1847 | final public var JSON: [Swift.String : Any] { | 1847 | final public var JSON: [Swift.String : Any] { |
1848 | get | 1848 | get |
1849 | - } | 1849 | + } |
1850 | final public var isKeyPresent: Swift.Bool { | 1850 | final public var isKeyPresent: Swift.Bool { |
1851 | get | 1851 | get |
1852 | - } | 1852 | + } |
1853 | final public var currentValue: Any? { | 1853 | final public var currentValue: Any? { |
1854 | get | 1854 | get |
1855 | - } | 1855 | + } |
1856 | final public var currentKey: Swift.String? { | 1856 | final public var currentKey: Swift.String? { |
1857 | get | 1857 | get |
1858 | - } | 1858 | + } |
1859 | final public var nestedKeyDelimiter: Swift.String { | 1859 | final public var nestedKeyDelimiter: Swift.String { |
1860 | get | 1860 | get |
1861 | - } | 1861 | + } |
1862 | final public var context: HHSDKBase.MapContext? | 1862 | final public var context: HHSDKBase.MapContext? |
1863 | final public var shouldIncludeNilValues: Swift.Bool | 1863 | final public var shouldIncludeNilValues: Swift.Bool |
1864 | final public let toObject: Swift.Bool | 1864 | final public let toObject: Swift.Bool |
@@ -1943,10 +1943,10 @@ public enum MappingType { | @@ -1943,10 +1943,10 @@ public enum MappingType { | ||
1943 | case fromJSON | 1943 | case fromJSON |
1944 | case toJSON | 1944 | case toJSON |
1945 | public static func == (a: HHSDKBase.MappingType, b: HHSDKBase.MappingType) -> Swift.Bool | 1945 | public static func == (a: HHSDKBase.MappingType, b: HHSDKBase.MappingType) -> Swift.Bool |
1946 | + public func hash(into hasher: inout Swift.Hasher) | ||
1946 | public var hashValue: Swift.Int { | 1947 | public var hashValue: Swift.Int { |
1947 | get | 1948 | get |
1948 | } | 1949 | } |
1949 | - public func hash(into hasher: inout Swift.Hasher) | ||
1950 | } | 1950 | } |
1951 | final public class Mapper<N> where N : HHSDKBase.BaseMappable { | 1951 | final public class Mapper<N> where N : HHSDKBase.BaseMappable { |
1952 | final public var context: HHSDKBase.MapContext? | 1952 | final public var context: HHSDKBase.MapContext? |
@@ -2013,7 +2013,7 @@ open class NSDecimalNumberTransform : HHSDKBase.TransformType { | @@ -2013,7 +2013,7 @@ open class NSDecimalNumberTransform : HHSDKBase.TransformType { | ||
2013 | public var uploadManager: HHSDKBase.UploadQueue { | 2013 | public var uploadManager: HHSDKBase.UploadQueue { |
2014 | get | 2014 | get |
2015 | } | 2015 | } |
2016 | -public class UploadQueue { | 2016 | +@_hasMissingDesignatedInitializers public class UploadQueue { |
2017 | @discardableResult | 2017 | @discardableResult |
2018 | public func upload(files: [Swift.String], config: HHSDKBase.SDKUploadConfig) -> HHSDKBase.HHFileUploadManager | 2018 | public func upload(files: [Swift.String], config: HHSDKBase.SDKUploadConfig) -> HHSDKBase.HHFileUploadManager |
2019 | public func cancelAll(_ finished: (() -> Swift.Void)? = nil) | 2019 | public func cancelAll(_ finished: (() -> Swift.Void)? = nil) |
@@ -2035,20 +2035,20 @@ final public class OCB : HHSDKBase.BlockMode { | @@ -2035,20 +2035,20 @@ final public class OCB : HHSDKBase.BlockMode { | ||
2035 | case combined | 2035 | case combined |
2036 | case detached | 2036 | case detached |
2037 | public static func == (a: HHSDKBase.OCB.Mode, b: HHSDKBase.OCB.Mode) -> Swift.Bool | 2037 | public static func == (a: HHSDKBase.OCB.Mode, b: HHSDKBase.OCB.Mode) -> Swift.Bool |
2038 | + public func hash(into hasher: inout Swift.Hasher) | ||
2038 | public var hashValue: Swift.Int { | 2039 | public var hashValue: Swift.Int { |
2039 | get | 2040 | get |
2040 | } | 2041 | } |
2041 | - public func hash(into hasher: inout Swift.Hasher) | ||
2042 | } | 2042 | } |
2043 | final public let options: HHSDKBase.BlockModeOption | 2043 | final public let options: HHSDKBase.BlockModeOption |
2044 | public enum Error : Swift.Error { | 2044 | public enum Error : Swift.Error { |
2045 | case invalidNonce | 2045 | case invalidNonce |
2046 | case fail | 2046 | case fail |
2047 | public static func == (a: HHSDKBase.OCB.Error, b: HHSDKBase.OCB.Error) -> Swift.Bool | 2047 | public static func == (a: HHSDKBase.OCB.Error, b: HHSDKBase.OCB.Error) -> Swift.Bool |
2048 | + public func hash(into hasher: inout Swift.Hasher) | ||
2048 | public var hashValue: Swift.Int { | 2049 | public var hashValue: Swift.Int { |
2049 | get | 2050 | get |
2050 | } | 2051 | } |
2051 | - public func hash(into hasher: inout Swift.Hasher) | ||
2052 | } | 2052 | } |
2053 | final public var authenticationTag: Swift.Array<Swift.UInt8>? | 2053 | final public var authenticationTag: Swift.Array<Swift.UInt8>? |
2054 | public init(nonce N: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.OCB.Mode = .detached) | 2054 | public init(nonce N: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.OCB.Mode = .detached) |
@@ -2060,10 +2060,10 @@ public struct OFB : HHSDKBase.BlockMode { | @@ -2060,10 +2060,10 @@ public struct OFB : HHSDKBase.BlockMode { | ||
2060 | public enum Error : Swift.Error { | 2060 | public enum Error : Swift.Error { |
2061 | case invalidInitializationVector | 2061 | case invalidInitializationVector |
2062 | public static func == (a: HHSDKBase.OFB.Error, b: HHSDKBase.OFB.Error) -> Swift.Bool | 2062 | public static func == (a: HHSDKBase.OFB.Error, b: HHSDKBase.OFB.Error) -> Swift.Bool |
2063 | + public func hash(into hasher: inout Swift.Hasher) | ||
2063 | public var hashValue: Swift.Int { | 2064 | public var hashValue: Swift.Int { |
2064 | get | 2065 | get |
2065 | } | 2066 | } |
2066 | - public func hash(into hasher: inout Swift.Hasher) | ||
2067 | } | 2067 | } |
2068 | public let options: HHSDKBase.BlockModeOption | 2068 | public let options: HHSDKBase.BlockModeOption |
2069 | public init(iv: Swift.Array<Swift.UInt8>) | 2069 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -2108,10 +2108,10 @@ public enum Padding : HHSDKBase.PaddingProtocol { | @@ -2108,10 +2108,10 @@ public enum Padding : HHSDKBase.PaddingProtocol { | ||
2108 | public func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 2108 | public func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
2109 | public func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 2109 | public func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
2110 | public static func == (a: HHSDKBase.Padding, b: HHSDKBase.Padding) -> Swift.Bool | 2110 | public static func == (a: HHSDKBase.Padding, b: HHSDKBase.Padding) -> Swift.Bool |
2111 | + public func hash(into hasher: inout Swift.Hasher) | ||
2111 | public var hashValue: Swift.Int { | 2112 | public var hashValue: Swift.Int { |
2112 | get | 2113 | get |
2113 | } | 2114 | } |
2114 | - public func hash(into hasher: inout Swift.Hasher) | ||
2115 | } | 2115 | } |
2116 | extension PKCS5 { | 2116 | extension PKCS5 { |
2117 | public struct PBKDF1 { | 2117 | public struct PBKDF1 { |
@@ -2119,18 +2119,18 @@ extension PKCS5 { | @@ -2119,18 +2119,18 @@ extension PKCS5 { | ||
2119 | case invalidInput | 2119 | case invalidInput |
2120 | case derivedKeyTooLong | 2120 | case derivedKeyTooLong |
2121 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Error, b: HHSDKBase.PKCS5.PBKDF1.Error) -> Swift.Bool | 2121 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Error, b: HHSDKBase.PKCS5.PBKDF1.Error) -> Swift.Bool |
2122 | + public func hash(into hasher: inout Swift.Hasher) | ||
2122 | public var hashValue: Swift.Int { | 2123 | public var hashValue: Swift.Int { |
2123 | get | 2124 | get |
2124 | } | 2125 | } |
2125 | - public func hash(into hasher: inout Swift.Hasher) | ||
2126 | } | 2126 | } |
2127 | public enum Variant { | 2127 | public enum Variant { |
2128 | case md5, sha1 | 2128 | case md5, sha1 |
2129 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Variant, b: HHSDKBase.PKCS5.PBKDF1.Variant) -> Swift.Bool | 2129 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Variant, b: HHSDKBase.PKCS5.PBKDF1.Variant) -> Swift.Bool |
2130 | + public func hash(into hasher: inout Swift.Hasher) | ||
2130 | public var hashValue: Swift.Int { | 2131 | public var hashValue: Swift.Int { |
2131 | get | 2132 | get |
2132 | } | 2133 | } |
2133 | - public func hash(into hasher: inout Swift.Hasher) | ||
2134 | } | 2134 | } |
2135 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, variant: HHSDKBase.PKCS5.PBKDF1.Variant = .sha1, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil) throws | 2135 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, variant: HHSDKBase.PKCS5.PBKDF1.Variant = .sha1, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil) throws |
2136 | public func calculate() -> Swift.Array<Swift.UInt8> | 2136 | public func calculate() -> Swift.Array<Swift.UInt8> |
@@ -2142,10 +2142,10 @@ extension PKCS5 { | @@ -2142,10 +2142,10 @@ extension PKCS5 { | ||
2142 | case invalidInput | 2142 | case invalidInput |
2143 | case derivedKeyTooLong | 2143 | case derivedKeyTooLong |
2144 | public static func == (a: HHSDKBase.PKCS5.PBKDF2.Error, b: HHSDKBase.PKCS5.PBKDF2.Error) -> Swift.Bool | 2144 | public static func == (a: HHSDKBase.PKCS5.PBKDF2.Error, b: HHSDKBase.PKCS5.PBKDF2.Error) -> Swift.Bool |
2145 | + public func hash(into hasher: inout Swift.Hasher) | ||
2145 | public var hashValue: Swift.Int { | 2146 | public var hashValue: Swift.Int { |
2146 | get | 2147 | get |
2147 | } | 2148 | } |
2148 | - public func hash(into hasher: inout Swift.Hasher) | ||
2149 | } | 2149 | } |
2150 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws | 2150 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws |
2151 | public func calculate() throws -> Swift.Array<Swift.UInt8> | 2151 | public func calculate() throws -> Swift.Array<Swift.UInt8> |
@@ -2155,10 +2155,10 @@ public struct PCBC : HHSDKBase.BlockMode { | @@ -2155,10 +2155,10 @@ public struct PCBC : HHSDKBase.BlockMode { | ||
2155 | public enum Error : Swift.Error { | 2155 | public enum Error : Swift.Error { |
2156 | case invalidInitializationVector | 2156 | case invalidInitializationVector |
2157 | public static func == (a: HHSDKBase.PCBC.Error, b: HHSDKBase.PCBC.Error) -> Swift.Bool | 2157 | public static func == (a: HHSDKBase.PCBC.Error, b: HHSDKBase.PCBC.Error) -> Swift.Bool |
2158 | + public func hash(into hasher: inout Swift.Hasher) | ||
2158 | public var hashValue: Swift.Int { | 2159 | public var hashValue: Swift.Int { |
2159 | get | 2160 | get |
2160 | } | 2161 | } |
2161 | - public func hash(into hasher: inout Swift.Hasher) | ||
2162 | } | 2162 | } |
2163 | public let options: HHSDKBase.BlockModeOption | 2163 | public let options: HHSDKBase.BlockModeOption |
2164 | public init(iv: Swift.Array<Swift.UInt8>) | 2164 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -2172,10 +2172,10 @@ final public class Poly1305 : HHSDKBase.CryptoAuthenticator { | @@ -2172,10 +2172,10 @@ final public class Poly1305 : HHSDKBase.CryptoAuthenticator { | ||
2172 | public enum Error : Swift.Error { | 2172 | public enum Error : Swift.Error { |
2173 | case authenticateError | 2173 | case authenticateError |
2174 | public static func == (a: HHSDKBase.Poly1305.Error, b: HHSDKBase.Poly1305.Error) -> Swift.Bool | 2174 | public static func == (a: HHSDKBase.Poly1305.Error, b: HHSDKBase.Poly1305.Error) -> Swift.Bool |
2175 | + public func hash(into hasher: inout Swift.Hasher) | ||
2175 | public var hashValue: Swift.Int { | 2176 | public var hashValue: Swift.Int { |
2176 | get | 2177 | get |
2177 | } | 2178 | } |
2178 | - public func hash(into hasher: inout Swift.Hasher) | ||
2179 | } | 2179 | } |
2180 | public static let blockSize: Swift.Int | 2180 | public static let blockSize: Swift.Int |
2181 | public init(key: Swift.Array<Swift.UInt8>) | 2181 | public init(key: Swift.Array<Swift.UInt8>) |
@@ -2190,10 +2190,10 @@ final public class Rabbit { | @@ -2190,10 +2190,10 @@ final public class Rabbit { | ||
2190 | public enum Error : Swift.Error { | 2190 | public enum Error : Swift.Error { |
2191 | case invalidKeyOrInitializationVector | 2191 | case invalidKeyOrInitializationVector |
2192 | public static func == (a: HHSDKBase.Rabbit.Error, b: HHSDKBase.Rabbit.Error) -> Swift.Bool | 2192 | public static func == (a: HHSDKBase.Rabbit.Error, b: HHSDKBase.Rabbit.Error) -> Swift.Bool |
2193 | + public func hash(into hasher: inout Swift.Hasher) | ||
2193 | public var hashValue: Swift.Int { | 2194 | public var hashValue: Swift.Int { |
2194 | get | 2195 | get |
2195 | } | 2196 | } |
2196 | - public func hash(into hasher: inout Swift.Hasher) | ||
2197 | } | 2197 | } |
2198 | public static let ivSize: Swift.Int | 2198 | public static let ivSize: Swift.Int |
2199 | public static let keySize: Swift.Int | 2199 | public static let keySize: Swift.Int |
@@ -2225,10 +2225,10 @@ public class Reachability { | @@ -2225,10 +2225,10 @@ public class Reachability { | ||
2225 | get | 2225 | get |
2226 | } | 2226 | } |
2227 | public static func == (a: HHSDKBase.Reachability.NetworkStatus, b: HHSDKBase.Reachability.NetworkStatus) -> Swift.Bool | 2227 | public static func == (a: HHSDKBase.Reachability.NetworkStatus, b: HHSDKBase.Reachability.NetworkStatus) -> Swift.Bool |
2228 | + public func hash(into hasher: inout Swift.Hasher) | ||
2228 | public var hashValue: Swift.Int { | 2229 | public var hashValue: Swift.Int { |
2229 | get | 2230 | get |
2230 | } | 2231 | } |
2231 | - public func hash(into hasher: inout Swift.Hasher) | ||
2232 | } | 2232 | } |
2233 | public var whenReachable: HHSDKBase.Reachability.NetworkReachable? | 2233 | public var whenReachable: HHSDKBase.Reachability.NetworkReachable? |
2234 | public var whenUnreachable: HHSDKBase.Reachability.NetworkUnreachable? | 2234 | public var whenUnreachable: HHSDKBase.Reachability.NetworkUnreachable? |
@@ -2306,10 +2306,10 @@ final public class SHA3 { | @@ -2306,10 +2306,10 @@ final public class SHA3 { | ||
2306 | get | 2306 | get |
2307 | } | 2307 | } |
2308 | public static func == (a: HHSDKBase.SHA3.Variant, b: HHSDKBase.SHA3.Variant) -> Swift.Bool | 2308 | public static func == (a: HHSDKBase.SHA3.Variant, b: HHSDKBase.SHA3.Variant) -> Swift.Bool |
2309 | + public func hash(into hasher: inout Swift.Hasher) | ||
2309 | public var hashValue: Swift.Int { | 2310 | public var hashValue: Swift.Int { |
2310 | get | 2311 | get |
2311 | } | 2312 | } |
2312 | - public func hash(into hasher: inout Swift.Hasher) | ||
2313 | } | 2313 | } |
2314 | public init(variant: HHSDKBase.SHA3.Variant) | 2314 | public init(variant: HHSDKBase.SHA3.Variant) |
2315 | final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8> | 2315 | final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8> |
@@ -2403,16 +2403,16 @@ public protocol Updatable { | @@ -2403,16 +2403,16 @@ public protocol Updatable { | ||
2403 | mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | 2403 | mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws |
2404 | } | 2404 | } |
2405 | extension Updatable { | 2405 | extension Updatable { |
2406 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2407 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2408 | - mutating public func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2409 | - mutating public func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2410 | - mutating public func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2411 | - mutating public func finish(withBytes bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2412 | - mutating public func finish() throws -> Swift.Array<Swift.UInt8> | ||
2413 | - mutating public func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2414 | - mutating public func finish(withBytes bytes: Swift.Array<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2415 | - mutating public func finish(output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | 2406 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws |
2407 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2408 | + public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2409 | + public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2410 | + public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2411 | + public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2412 | + public mutating func finish() throws -> Swift.Array<Swift.UInt8> | ||
2413 | + public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2414 | + public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2415 | + public mutating func finish(output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2416 | } | 2416 | } |
2417 | open class URLTransform : HHSDKBase.TransformType { | 2417 | open class URLTransform : HHSDKBase.TransformType { |
2418 | public typealias Object = Foundation.URL | 2418 | public typealias Object = Foundation.URL |
@@ -2495,6 +2495,7 @@ extension HHSDKBase.Accessibility : Swift.Equatable {} | @@ -2495,6 +2495,7 @@ extension HHSDKBase.Accessibility : Swift.Equatable {} | ||
2495 | extension HHSDKBase.Accessibility : Swift.Hashable {} | 2495 | extension HHSDKBase.Accessibility : Swift.Hashable {} |
2496 | extension HHSDKBase.Status : Swift.Equatable {} | 2496 | extension HHSDKBase.Status : Swift.Equatable {} |
2497 | extension HHSDKBase.Status : Swift.Hashable {} | 2497 | extension HHSDKBase.Status : Swift.Hashable {} |
2498 | +extension HHSDKBase.MappingType : Swift.Equatable {} | ||
2498 | extension HHSDKBase.MappingType : Swift.Hashable {} | 2499 | extension HHSDKBase.MappingType : Swift.Hashable {} |
2499 | extension HHSDKBase.OCB.Mode : Swift.Equatable {} | 2500 | extension HHSDKBase.OCB.Mode : Swift.Equatable {} |
2500 | extension HHSDKBase.OCB.Mode : Swift.Hashable {} | 2501 | extension HHSDKBase.OCB.Mode : Swift.Hashable {} |
@@ -2516,6 +2517,7 @@ extension HHSDKBase.Poly1305.Error : Swift.Equatable {} | @@ -2516,6 +2517,7 @@ extension HHSDKBase.Poly1305.Error : Swift.Equatable {} | ||
2516 | extension HHSDKBase.Poly1305.Error : Swift.Hashable {} | 2517 | extension HHSDKBase.Poly1305.Error : Swift.Hashable {} |
2517 | extension HHSDKBase.Rabbit.Error : Swift.Equatable {} | 2518 | extension HHSDKBase.Rabbit.Error : Swift.Equatable {} |
2518 | extension HHSDKBase.Rabbit.Error : Swift.Hashable {} | 2519 | extension HHSDKBase.Rabbit.Error : Swift.Hashable {} |
2520 | +extension HHSDKBase.Reachability.NetworkStatus : Swift.Equatable {} | ||
2519 | extension HHSDKBase.Reachability.NetworkStatus : Swift.Hashable {} | 2521 | extension HHSDKBase.Reachability.NetworkStatus : Swift.Hashable {} |
2520 | extension HHSDKBase.SHA2.Variant : Swift.Equatable {} | 2522 | extension HHSDKBase.SHA2.Variant : Swift.Equatable {} |
2521 | extension HHSDKBase.SHA2.Variant : Swift.Hashable {} | 2523 | extension HHSDKBase.SHA2.Variant : Swift.Hashable {} |
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase |
4 | import AVFoundation | 4 | import AVFoundation |
5 | import Darwin | 5 | import Darwin |
@@ -18,7 +18,7 @@ public protocol AEAD { | @@ -18,7 +18,7 @@ public protocol AEAD { | ||
18 | static var kLen: Swift.Int { get } | 18 | static var kLen: Swift.Int { get } |
19 | static var ivRange: Swift.Range<Swift.Int> { get } | 19 | static var ivRange: Swift.Range<Swift.Int> { get } |
20 | } | 20 | } |
21 | -final public class AEADChaCha20Poly1305 : HHSDKBase.AEAD { | 21 | +@_hasMissingDesignatedInitializers final public class AEADChaCha20Poly1305 : HHSDKBase.AEAD { |
22 | public static let kLen: Swift.Int | 22 | public static let kLen: Swift.Int |
23 | public static var ivRange: Swift.Range<Swift.Int> | 23 | public static var ivRange: Swift.Range<Swift.Int> |
24 | public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) | 24 | public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) |
@@ -49,7 +49,7 @@ public class SDKUploadModel { | @@ -49,7 +49,7 @@ public class SDKUploadModel { | ||
49 | public init(clouldKey: Swift.String?, filePath: Swift.String?, uploadTime: Foundation.TimeInterval?, name: Swift.String?, smallImage: Swift.String) | 49 | public init(clouldKey: Swift.String?, filePath: Swift.String?, uploadTime: Foundation.TimeInterval?, name: Swift.String?, smallImage: Swift.String) |
50 | @objc deinit | 50 | @objc deinit |
51 | } | 51 | } |
52 | -public class SDKUploadState { | 52 | +@_hasMissingDesignatedInitializers public class SDKUploadState { |
53 | public var file: Swift.String? | 53 | public var file: Swift.String? |
54 | public var isSelect: Swift.Bool | 54 | public var isSelect: Swift.Bool |
55 | public var changed: (() -> Swift.Void)? | 55 | public var changed: (() -> Swift.Void)? |
@@ -74,15 +74,15 @@ final public class AES { | @@ -74,15 +74,15 @@ final public class AES { | ||
74 | case dataPaddingRequired | 74 | case dataPaddingRequired |
75 | case invalidData | 75 | case invalidData |
76 | public static func == (a: HHSDKBase.AES.Error, b: HHSDKBase.AES.Error) -> Swift.Bool | 76 | public static func == (a: HHSDKBase.AES.Error, b: HHSDKBase.AES.Error) -> Swift.Bool |
77 | + public func hash(into hasher: inout Swift.Hasher) | ||
77 | public var hashValue: Swift.Int { | 78 | public var hashValue: Swift.Int { |
78 | get | 79 | get |
79 | } | 80 | } |
80 | - public func hash(into hasher: inout Swift.Hasher) | ||
81 | } | 81 | } |
82 | public enum Variant : Swift.Int { | 82 | public enum Variant : Swift.Int { |
83 | case aes128, aes192, aes256 | 83 | case aes128, aes192, aes256 |
84 | - public typealias RawValue = Swift.Int | ||
85 | public init?(rawValue: Swift.Int) | 84 | public init?(rawValue: Swift.Int) |
85 | + public typealias RawValue = Swift.Int | ||
86 | public var rawValue: Swift.Int { | 86 | public var rawValue: Swift.Int { |
87 | get | 87 | get |
88 | } | 88 | } |
@@ -129,8 +129,8 @@ public protocol CryptoAuthenticator { | @@ -129,8 +129,8 @@ public protocol CryptoAuthenticator { | ||
129 | public enum Bit : Swift.Int { | 129 | public enum Bit : Swift.Int { |
130 | case zero | 130 | case zero |
131 | case one | 131 | case one |
132 | - public typealias RawValue = Swift.Int | ||
133 | public init?(rawValue: Swift.Int) | 132 | public init?(rawValue: Swift.Int) |
133 | + public typealias RawValue = Swift.Int | ||
134 | public var rawValue: Swift.Int { | 134 | public var rawValue: Swift.Int { |
135 | get | 135 | get |
136 | } | 136 | } |
@@ -144,7 +144,7 @@ open class HHDataController<T> where T : HHSDKBase.Mappable { | @@ -144,7 +144,7 @@ open class HHDataController<T> where T : HHSDKBase.Mappable { | ||
144 | open func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 144 | open func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
145 | @objc deinit | 145 | @objc deinit |
146 | } | 146 | } |
147 | -public class BlockDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 147 | +@_hasMissingDesignatedInitializers public class BlockDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
148 | public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | 148 | public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> |
149 | public func seek(to position: Swift.Int) throws | 149 | public func seek(to position: Swift.Int) throws |
150 | @objc deinit | 150 | @objc deinit |
@@ -157,8 +157,8 @@ public protocol BlockMode { | @@ -157,8 +157,8 @@ public protocol BlockMode { | ||
157 | public struct BlockModeOption : Swift.OptionSet { | 157 | public struct BlockModeOption : Swift.OptionSet { |
158 | public let rawValue: Swift.Int | 158 | public let rawValue: Swift.Int |
159 | public init(rawValue: Swift.Int) | 159 | public init(rawValue: Swift.Int) |
160 | - public typealias Element = HHSDKBase.BlockModeOption | ||
161 | public typealias ArrayLiteralElement = HHSDKBase.BlockModeOption | 160 | public typealias ArrayLiteralElement = HHSDKBase.BlockModeOption |
161 | + public typealias Element = HHSDKBase.BlockModeOption | ||
162 | public typealias RawValue = Swift.Int | 162 | public typealias RawValue = Swift.Int |
163 | } | 163 | } |
164 | extension Blowfish { | 164 | extension Blowfish { |
@@ -171,10 +171,10 @@ final public class Blowfish { | @@ -171,10 +171,10 @@ final public class Blowfish { | ||
171 | case invalidInitializationVector | 171 | case invalidInitializationVector |
172 | case invalidBlockMode | 172 | case invalidBlockMode |
173 | public static func == (a: HHSDKBase.Blowfish.Error, b: HHSDKBase.Blowfish.Error) -> Swift.Bool | 173 | public static func == (a: HHSDKBase.Blowfish.Error, b: HHSDKBase.Blowfish.Error) -> Swift.Bool |
174 | + public func hash(into hasher: inout Swift.Hasher) | ||
174 | public var hashValue: Swift.Int { | 175 | public var hashValue: Swift.Int { |
175 | get | 176 | get |
176 | } | 177 | } |
177 | - public func hash(into hasher: inout Swift.Hasher) | ||
178 | } | 178 | } |
179 | public static let blockSize: Swift.Int | 179 | public static let blockSize: Swift.Int |
180 | final public let keySize: Swift.Int | 180 | final public let keySize: Swift.Int |
@@ -193,16 +193,16 @@ public struct CBC : HHSDKBase.BlockMode { | @@ -193,16 +193,16 @@ public struct CBC : HHSDKBase.BlockMode { | ||
193 | public enum Error : Swift.Error { | 193 | public enum Error : Swift.Error { |
194 | case invalidInitializationVector | 194 | case invalidInitializationVector |
195 | public static func == (a: HHSDKBase.CBC.Error, b: HHSDKBase.CBC.Error) -> Swift.Bool | 195 | public static func == (a: HHSDKBase.CBC.Error, b: HHSDKBase.CBC.Error) -> Swift.Bool |
196 | + public func hash(into hasher: inout Swift.Hasher) | ||
196 | public var hashValue: Swift.Int { | 197 | public var hashValue: Swift.Int { |
197 | get | 198 | get |
198 | } | 199 | } |
199 | - public func hash(into hasher: inout Swift.Hasher) | ||
200 | } | 200 | } |
201 | public let options: HHSDKBase.BlockModeOption | 201 | public let options: HHSDKBase.BlockModeOption |
202 | public init(iv: Swift.Array<Swift.UInt8>) | 202 | public init(iv: Swift.Array<Swift.UInt8>) |
203 | public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKBase.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKBase.CipherOperationOnBlock) throws -> HHSDKBase.CipherModeWorker | 203 | public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKBase.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKBase.CipherOperationOnBlock) throws -> HHSDKBase.CipherModeWorker |
204 | } | 204 | } |
205 | -final public class CBCMAC : HHSDKBase.CMAC { | 205 | +@_inheritsConvenienceInitializers final public class CBCMAC : HHSDKBase.CMAC { |
206 | override final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 206 | override final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
207 | override public init(key: Swift.Array<Swift.UInt8>) throws | 207 | override public init(key: Swift.Array<Swift.UInt8>) throws |
208 | @objc deinit | 208 | @objc deinit |
@@ -213,10 +213,10 @@ public struct CCM { | @@ -213,10 +213,10 @@ public struct CCM { | ||
213 | case invalidParameter | 213 | case invalidParameter |
214 | case fail | 214 | case fail |
215 | public static func == (a: HHSDKBase.CCM.Error, b: HHSDKBase.CCM.Error) -> Swift.Bool | 215 | public static func == (a: HHSDKBase.CCM.Error, b: HHSDKBase.CCM.Error) -> Swift.Bool |
216 | + public func hash(into hasher: inout Swift.Hasher) | ||
216 | public var hashValue: Swift.Int { | 217 | public var hashValue: Swift.Int { |
217 | get | 218 | get |
218 | } | 219 | } |
219 | - public func hash(into hasher: inout Swift.Hasher) | ||
220 | } | 220 | } |
221 | public let options: HHSDKBase.BlockModeOption | 221 | public let options: HHSDKBase.BlockModeOption |
222 | public var authenticationTag: Swift.Array<Swift.UInt8>? | 222 | public var authenticationTag: Swift.Array<Swift.UInt8>? |
@@ -228,10 +228,10 @@ public struct CFB : HHSDKBase.BlockMode { | @@ -228,10 +228,10 @@ public struct CFB : HHSDKBase.BlockMode { | ||
228 | public enum Error : Swift.Error { | 228 | public enum Error : Swift.Error { |
229 | case invalidInitializationVector | 229 | case invalidInitializationVector |
230 | public static func == (a: HHSDKBase.CFB.Error, b: HHSDKBase.CFB.Error) -> Swift.Bool | 230 | public static func == (a: HHSDKBase.CFB.Error, b: HHSDKBase.CFB.Error) -> Swift.Bool |
231 | + public func hash(into hasher: inout Swift.Hasher) | ||
231 | public var hashValue: Swift.Int { | 232 | public var hashValue: Swift.Int { |
232 | get | 233 | get |
233 | } | 234 | } |
234 | - public func hash(into hasher: inout Swift.Hasher) | ||
235 | } | 235 | } |
236 | public let options: HHSDKBase.BlockModeOption | 236 | public let options: HHSDKBase.BlockModeOption |
237 | public init(iv: Swift.Array<Swift.UInt8>) | 237 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -245,10 +245,10 @@ final public class ChaCha20 { | @@ -245,10 +245,10 @@ final public class ChaCha20 { | ||
245 | case invalidKeyOrInitializationVector | 245 | case invalidKeyOrInitializationVector |
246 | case notSupported | 246 | case notSupported |
247 | public static func == (a: HHSDKBase.ChaCha20.Error, b: HHSDKBase.ChaCha20.Error) -> Swift.Bool | 247 | public static func == (a: HHSDKBase.ChaCha20.Error, b: HHSDKBase.ChaCha20.Error) -> Swift.Bool |
248 | + public func hash(into hasher: inout Swift.Hasher) | ||
248 | public var hashValue: Swift.Int { | 249 | public var hashValue: Swift.Int { |
249 | get | 250 | get |
250 | } | 251 | } |
251 | - public func hash(into hasher: inout Swift.Hasher) | ||
252 | } | 252 | } |
253 | public static let blockSize: Swift.Int | 253 | public static let blockSize: Swift.Int |
254 | final public let keySize: Swift.Int | 254 | final public let keySize: Swift.Int |
@@ -261,13 +261,13 @@ extension ChaCha20 : HHSDKBase.Cipher { | @@ -261,13 +261,13 @@ extension ChaCha20 : HHSDKBase.Cipher { | ||
261 | } | 261 | } |
262 | extension ChaCha20 { | 262 | extension ChaCha20 { |
263 | public struct ChaChaEncryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 263 | public struct ChaChaEncryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
264 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | 264 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> |
265 | public func seek(to: Swift.Int) throws | 265 | public func seek(to: Swift.Int) throws |
266 | } | 266 | } |
267 | } | 267 | } |
268 | extension ChaCha20 { | 268 | extension ChaCha20 { |
269 | public struct ChaChaDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { | 269 | public struct ChaChaDecryptor : HHSDKBase.Cryptor, HHSDKBase.Updatable { |
270 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = true) throws -> Swift.Array<Swift.UInt8> | 270 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = true) throws -> Swift.Array<Swift.UInt8> |
271 | public func seek(to: Swift.Int) throws | 271 | public func seek(to: Swift.Int) throws |
272 | } | 272 | } |
273 | } | 273 | } |
@@ -275,7 +275,7 @@ extension ChaCha20 : HHSDKBase.Cryptors { | @@ -275,7 +275,7 @@ extension ChaCha20 : HHSDKBase.Cryptors { | ||
275 | final public func makeEncryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable | 275 | final public func makeEncryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable |
276 | final public func makeDecryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable | 276 | final public func makeDecryptor() -> HHSDKBase.Cryptor & HHSDKBase.Updatable |
277 | } | 277 | } |
278 | -final public class Checksum { | 278 | +@_hasMissingDesignatedInitializers final public class Checksum { |
279 | @objc deinit | 279 | @objc deinit |
280 | } | 280 | } |
281 | extension Checksum { | 281 | extension Checksum { |
@@ -287,10 +287,10 @@ public enum CipherError : Swift.Error { | @@ -287,10 +287,10 @@ public enum CipherError : Swift.Error { | ||
287 | case encrypt | 287 | case encrypt |
288 | case decrypt | 288 | case decrypt |
289 | public static func == (a: HHSDKBase.CipherError, b: HHSDKBase.CipherError) -> Swift.Bool | 289 | public static func == (a: HHSDKBase.CipherError, b: HHSDKBase.CipherError) -> Swift.Bool |
290 | + public func hash(into hasher: inout Swift.Hasher) | ||
290 | public var hashValue: Swift.Int { | 291 | public var hashValue: Swift.Int { |
291 | get | 292 | get |
292 | } | 293 | } |
293 | - public func hash(into hasher: inout Swift.Hasher) | ||
294 | } | 294 | } |
295 | public protocol Cipher : AnyObject { | 295 | public protocol Cipher : AnyObject { |
296 | var keySize: Swift.Int { get } | 296 | var keySize: Swift.Int { get } |
@@ -334,10 +334,10 @@ public class CMAC : HHSDKBase.CryptoAuthenticator { | @@ -334,10 +334,10 @@ public class CMAC : HHSDKBase.CryptoAuthenticator { | ||
334 | public enum Error : Swift.Error { | 334 | public enum Error : Swift.Error { |
335 | case wrongKeyLength | 335 | case wrongKeyLength |
336 | public static func == (a: HHSDKBase.CMAC.Error, b: HHSDKBase.CMAC.Error) -> Swift.Bool | 336 | public static func == (a: HHSDKBase.CMAC.Error, b: HHSDKBase.CMAC.Error) -> Swift.Bool |
337 | + public func hash(into hasher: inout Swift.Hasher) | ||
337 | public var hashValue: Swift.Int { | 338 | public var hashValue: Swift.Int { |
338 | get | 339 | get |
339 | } | 340 | } |
340 | - public func hash(into hasher: inout Swift.Hasher) | ||
341 | } | 341 | } |
342 | public init(key: Swift.Array<Swift.UInt8>) throws | 342 | public init(key: Swift.Array<Swift.UInt8>) throws |
343 | public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 343 | public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
@@ -367,10 +367,10 @@ public struct CTR { | @@ -367,10 +367,10 @@ public struct CTR { | ||
367 | public enum Error : Swift.Error { | 367 | public enum Error : Swift.Error { |
368 | case invalidInitializationVector | 368 | case invalidInitializationVector |
369 | public static func == (a: HHSDKBase.CTR.Error, b: HHSDKBase.CTR.Error) -> Swift.Bool | 369 | public static func == (a: HHSDKBase.CTR.Error, b: HHSDKBase.CTR.Error) -> Swift.Bool |
370 | + public func hash(into hasher: inout Swift.Hasher) | ||
370 | public var hashValue: Swift.Int { | 371 | public var hashValue: Swift.Int { |
371 | get | 372 | get |
372 | } | 373 | } |
373 | - public func hash(into hasher: inout Swift.Hasher) | ||
374 | } | 374 | } |
375 | public let options: HHSDKBase.BlockModeOption | 375 | public let options: HHSDKBase.BlockModeOption |
376 | public init(iv: Swift.Array<Swift.UInt8>, counter: Swift.Int = 0) | 376 | public init(iv: Swift.Array<Swift.UInt8>, counter: Swift.Int = 0) |
@@ -427,8 +427,8 @@ open class DateTransform : HHSDKBase.TransformType { | @@ -427,8 +427,8 @@ open class DateTransform : HHSDKBase.TransformType { | ||
427 | public enum Unit : Foundation.TimeInterval { | 427 | public enum Unit : Foundation.TimeInterval { |
428 | case seconds | 428 | case seconds |
429 | case milliseconds | 429 | case milliseconds |
430 | - public typealias RawValue = Foundation.TimeInterval | ||
431 | public init?(rawValue: Foundation.TimeInterval) | 430 | public init?(rawValue: Foundation.TimeInterval) |
431 | + public typealias RawValue = Foundation.TimeInterval | ||
432 | public var rawValue: Foundation.TimeInterval { | 432 | public var rawValue: Foundation.TimeInterval { |
433 | get | 433 | get |
434 | } | 434 | } |
@@ -442,8 +442,8 @@ public struct DictionaryTransform<Key, Value> : HHSDKBase.TransformType where Ke | @@ -442,8 +442,8 @@ public struct DictionaryTransform<Key, Value> : HHSDKBase.TransformType where Ke | ||
442 | public init() | 442 | public init() |
443 | public func transformFromJSON(_ value: Any?) -> [Key : Value]? | 443 | public func transformFromJSON(_ value: Any?) -> [Key : Value]? |
444 | public func transformToJSON(_ value: [Key : Value]?) -> Any? | 444 | public func transformToJSON(_ value: [Key : Value]?) -> Any? |
445 | - public typealias Object = Swift.Dictionary<Key, Value> | ||
446 | public typealias JSON = Any | 445 | public typealias JSON = Any |
446 | + public typealias Object = Swift.Dictionary<Key, Value> | ||
447 | } | 447 | } |
448 | @available(*, renamed: "Digest") | 448 | @available(*, renamed: "Digest") |
449 | public typealias Hash = HHSDKBase.Digest | 449 | public typealias Hash = HHSDKBase.Digest |
@@ -487,20 +487,20 @@ final public class GCM : HHSDKBase.BlockMode { | @@ -487,20 +487,20 @@ final public class GCM : HHSDKBase.BlockMode { | ||
487 | case combined | 487 | case combined |
488 | case detached | 488 | case detached |
489 | public static func == (a: HHSDKBase.GCM.Mode, b: HHSDKBase.GCM.Mode) -> Swift.Bool | 489 | public static func == (a: HHSDKBase.GCM.Mode, b: HHSDKBase.GCM.Mode) -> Swift.Bool |
490 | + public func hash(into hasher: inout Swift.Hasher) | ||
490 | public var hashValue: Swift.Int { | 491 | public var hashValue: Swift.Int { |
491 | get | 492 | get |
492 | } | 493 | } |
493 | - public func hash(into hasher: inout Swift.Hasher) | ||
494 | } | 494 | } |
495 | final public let options: HHSDKBase.BlockModeOption | 495 | final public let options: HHSDKBase.BlockModeOption |
496 | public enum Error : Swift.Error { | 496 | public enum Error : Swift.Error { |
497 | case invalidInitializationVector | 497 | case invalidInitializationVector |
498 | case fail | 498 | case fail |
499 | public static func == (a: HHSDKBase.GCM.Error, b: HHSDKBase.GCM.Error) -> Swift.Bool | 499 | public static func == (a: HHSDKBase.GCM.Error, b: HHSDKBase.GCM.Error) -> Swift.Bool |
500 | + public func hash(into hasher: inout Swift.Hasher) | ||
500 | public var hashValue: Swift.Int { | 501 | public var hashValue: Swift.Int { |
501 | get | 502 | get |
502 | } | 503 | } |
503 | - public func hash(into hasher: inout Swift.Hasher) | ||
504 | } | 504 | } |
505 | final public var authenticationTag: Swift.Array<Swift.UInt8>? | 505 | final public var authenticationTag: Swift.Array<Swift.UInt8>? |
506 | public init(iv: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.GCM.Mode = .detached) | 506 | public init(iv: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.GCM.Mode = .detached) |
@@ -533,7 +533,7 @@ public typealias HHLoginHandler = ((Swift.Error?) -> Swift.Void) | @@ -533,7 +533,7 @@ public typealias HHLoginHandler = ((Swift.Error?) -> Swift.Void) | ||
533 | public var HMHudManager: HHSDKBase.HHHUDable { | 533 | public var HMHudManager: HHSDKBase.HHHUDable { |
534 | get | 534 | get |
535 | } | 535 | } |
536 | -@objc public class HHBaseSDK : ObjectiveC.NSObject { | 536 | +@_inheritsConvenienceInitializers @objc public class HHBaseSDK : ObjectiveC.NSObject { |
537 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 537 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
538 | public var dnsCallback: HHSDKBase.HHDNSProtocal? | 538 | public var dnsCallback: HHSDKBase.HHDNSProtocal? |
539 | @objc public func start() | 539 | @objc public func start() |
@@ -555,7 +555,7 @@ public func visibleWindow() -> UIKit.UIWindow? | @@ -555,7 +555,7 @@ public func visibleWindow() -> UIKit.UIWindow? | ||
555 | public func delayFunc(_ time: Swift.Double, block: @escaping () -> Swift.Void) | 555 | public func delayFunc(_ time: Swift.Double, block: @escaping () -> Swift.Void) |
556 | public func appLanguage() -> Swift.String | 556 | public func appLanguage() -> Swift.String |
557 | public func isChina() -> Swift.Bool | 557 | public func isChina() -> Swift.Bool |
558 | -public class HHDevice { | 558 | +@_hasMissingDesignatedInitializers public class HHDevice { |
559 | public static func isIphoneX() -> Swift.Bool | 559 | public static func isIphoneX() -> Swift.Bool |
560 | public static func botOffset() -> CoreGraphics.CGFloat | 560 | public static func botOffset() -> CoreGraphics.CGFloat |
561 | public static func tOffset() -> CoreGraphics.CGFloat | 561 | public static func tOffset() -> CoreGraphics.CGFloat |
@@ -578,13 +578,13 @@ public enum DateFormat : Swift.String { | @@ -578,13 +578,13 @@ public enum DateFormat : Swift.String { | ||
578 | case HourMinute | 578 | case HourMinute |
579 | case CN_Month_Day | 579 | case CN_Month_Day |
580 | case CN_Hour_Minute | 580 | case CN_Hour_Minute |
581 | - public typealias RawValue = Swift.String | ||
582 | public init?(rawValue: Swift.String) | 581 | public init?(rawValue: Swift.String) |
582 | + public typealias RawValue = Swift.String | ||
583 | public var rawValue: Swift.String { | 583 | public var rawValue: Swift.String { |
584 | get | 584 | get |
585 | } | 585 | } |
586 | } | 586 | } |
587 | -@objc public class HHDateUtils : ObjectiveC.NSObject { | 587 | +@objc @_inheritsConvenienceInitializers public class HHDateUtils : ObjectiveC.NSObject { |
588 | public class func getDateForChinaStr() -> Swift.String | 588 | public class func getDateForChinaStr() -> Swift.String |
589 | public static func stringWithDurationFromSeconds(_ seconds: Foundation.TimeInterval) -> Swift.String | 589 | public static func stringWithDurationFromSeconds(_ seconds: Foundation.TimeInterval) -> Swift.String |
590 | public static func component(_ date: Foundation.Date) -> Foundation.DateComponents | 590 | public static func component(_ date: Foundation.Date) -> Foundation.DateComponents |
@@ -604,7 +604,7 @@ extension HHDateUtils { | @@ -604,7 +604,7 @@ extension HHDateUtils { | ||
604 | public static func dateStringFromInt(_ date: Swift.Int) -> Swift.String | 604 | public static func dateStringFromInt(_ date: Swift.Int) -> Swift.String |
605 | public static func dateYearStringFromInt(_ date: Swift.Int) -> Swift.String | 605 | public static func dateYearStringFromInt(_ date: Swift.Int) -> Swift.String |
606 | } | 606 | } |
607 | -@objc open class HHDeviceManager : ObjectiveC.NSObject { | 607 | +@objc @_inheritsConvenienceInitializers open class HHDeviceManager : ObjectiveC.NSObject { |
608 | public static func jailBrokend() -> Swift.Bool | 608 | public static func jailBrokend() -> Swift.Bool |
609 | @objc override dynamic public init() | 609 | @objc override dynamic public init() |
610 | @objc deinit | 610 | @objc deinit |
@@ -612,16 +612,16 @@ extension HHDateUtils { | @@ -612,16 +612,16 @@ extension HHDateUtils { | ||
612 | public struct HHEmptyModel : HHSDKBase.Mappable { | 612 | public struct HHEmptyModel : HHSDKBase.Mappable { |
613 | public init() | 613 | public init() |
614 | public init?(map: HHSDKBase.Map) | 614 | public init?(map: HHSDKBase.Map) |
615 | - mutating public func mapping(map: HHSDKBase.Map) | 615 | + public mutating func mapping(map: HHSDKBase.Map) |
616 | } | 616 | } |
617 | -public class HHEncryptUtils { | 617 | +@_hasMissingDesignatedInitializers public class HHEncryptUtils { |
618 | public static func encrypto(key: Swift.String, content: Swift.String) -> Swift.String? | 618 | public static func encrypto(key: Swift.String, content: Swift.String) -> Swift.String? |
619 | public static func decrypto(key: Swift.String, content: Swift.String) -> Swift.String? | 619 | public static func decrypto(key: Swift.String, content: Swift.String) -> Swift.String? |
620 | public static func encrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? | 620 | public static func encrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? |
621 | public static func decrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? | 621 | public static func decrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data? |
622 | @objc deinit | 622 | @objc deinit |
623 | } | 623 | } |
624 | -@objc public class HHFileCacheManager : ObjectiveC.NSObject { | 624 | +@objc @_inheritsConvenienceInitializers public class HHFileCacheManager : ObjectiveC.NSObject { |
625 | public enum HHAssetPathType { | 625 | public enum HHAssetPathType { |
626 | case image | 626 | case image |
627 | case video | 627 | case video |
@@ -631,18 +631,18 @@ public class HHEncryptUtils { | @@ -631,18 +631,18 @@ public class HHEncryptUtils { | ||
631 | case other | 631 | case other |
632 | case dataBase | 632 | case dataBase |
633 | public static func == (a: HHSDKBase.HHFileCacheManager.HHAssetPathType, b: HHSDKBase.HHFileCacheManager.HHAssetPathType) -> Swift.Bool | 633 | public static func == (a: HHSDKBase.HHFileCacheManager.HHAssetPathType, b: HHSDKBase.HHFileCacheManager.HHAssetPathType) -> Swift.Bool |
634 | + public func hash(into hasher: inout Swift.Hasher) | ||
634 | public var hashValue: Swift.Int { | 635 | public var hashValue: Swift.Int { |
635 | get | 636 | get |
636 | } | 637 | } |
637 | - public func hash(into hasher: inout Swift.Hasher) | ||
638 | } | 638 | } |
639 | public enum HHFileFormat : Swift.String { | 639 | public enum HHFileFormat : Swift.String { |
640 | case Jpg | 640 | case Jpg |
641 | case Png | 641 | case Png |
642 | case Jpeg | 642 | case Jpeg |
643 | case webp | 643 | case webp |
644 | - public typealias RawValue = Swift.String | ||
645 | public init?(rawValue: Swift.String) | 644 | public init?(rawValue: Swift.String) |
645 | + public typealias RawValue = Swift.String | ||
646 | public var rawValue: Swift.String { | 646 | public var rawValue: Swift.String { |
647 | get | 647 | get |
648 | } | 648 | } |
@@ -688,14 +688,14 @@ public enum HHLogMode : Swift.Int { | @@ -688,14 +688,14 @@ public enum HHLogMode : Swift.Int { | ||
688 | case info | 688 | case info |
689 | case debug | 689 | case debug |
690 | case verbose | 690 | case verbose |
691 | - public typealias RawValue = Swift.Int | ||
692 | public init?(rawValue: Swift.Int) | 691 | public init?(rawValue: Swift.Int) |
692 | + public typealias RawValue = Swift.Int | ||
693 | public var rawValue: Swift.Int { | 693 | public var rawValue: Swift.Int { |
694 | get | 694 | get |
695 | } | 695 | } |
696 | } | 696 | } |
697 | public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | 697 | public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) |
698 | -@objc open class HHMediaStatusCheckUtils : ObjectiveC.NSObject { | 698 | +@objc @_inheritsConvenienceInitializers open class HHMediaStatusCheckUtils : ObjectiveC.NSObject { |
699 | open class func checkCameraAccess() -> Swift.Bool | 699 | open class func checkCameraAccess() -> Swift.Bool |
700 | open class func checkCameraVideoPermission() -> Swift.Bool | 700 | open class func checkCameraVideoPermission() -> Swift.Bool |
701 | open class func checkAlbumAccess() -> Swift.Bool | 701 | open class func checkAlbumAccess() -> Swift.Bool |
@@ -703,7 +703,7 @@ public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | @@ -703,7 +703,7 @@ public func logging(type: HHSDKBase.HHLogMode = .info, _ tip: Swift.String) | ||
703 | @objc override dynamic public init() | 703 | @objc override dynamic public init() |
704 | @objc deinit | 704 | @objc deinit |
705 | } | 705 | } |
706 | -@objc open class HHMedicNetObserver : ObjectiveC.NSObject { | 706 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers open class HHMedicNetObserver : ObjectiveC.NSObject { |
707 | public static let sharedInstance: HHSDKBase.HHMedicNetObserver | 707 | public static let sharedInstance: HHSDKBase.HHMedicNetObserver |
708 | open func createReachability() | 708 | open func createReachability() |
709 | open func currentInWifi() -> Swift.Bool | 709 | open func currentInWifi() -> Swift.Bool |
@@ -715,19 +715,19 @@ public enum HHServerType { | @@ -715,19 +715,19 @@ public enum HHServerType { | ||
715 | case pacs | 715 | case pacs |
716 | case weixin | 716 | case weixin |
717 | public static func == (a: HHSDKBase.HHServerType, b: HHSDKBase.HHServerType) -> Swift.Bool | 717 | public static func == (a: HHSDKBase.HHServerType, b: HHSDKBase.HHServerType) -> Swift.Bool |
718 | + public func hash(into hasher: inout Swift.Hasher) | ||
718 | public var hashValue: Swift.Int { | 719 | public var hashValue: Swift.Int { |
719 | get | 720 | get |
720 | } | 721 | } |
721 | - public func hash(into hasher: inout Swift.Hasher) | ||
722 | } | 722 | } |
723 | public enum HHRequestMethod { | 723 | public enum HHRequestMethod { |
724 | case get | 724 | case get |
725 | case post | 725 | case post |
726 | public static func == (a: HHSDKBase.HHRequestMethod, b: HHSDKBase.HHRequestMethod) -> Swift.Bool | 726 | public static func == (a: HHSDKBase.HHRequestMethod, b: HHSDKBase.HHRequestMethod) -> Swift.Bool |
727 | + public func hash(into hasher: inout Swift.Hasher) | ||
727 | public var hashValue: Swift.Int { | 728 | public var hashValue: Swift.Int { |
728 | get | 729 | get |
729 | } | 730 | } |
730 | - public func hash(into hasher: inout Swift.Hasher) | ||
731 | } | 731 | } |
732 | public let HH_RELOGIN_NOTIFICATION_STR: Swift.String | 732 | public let HH_RELOGIN_NOTIFICATION_STR: Swift.String |
733 | public struct HHRequestData { | 733 | public struct HHRequestData { |
@@ -735,7 +735,7 @@ public struct HHRequestData { | @@ -735,7 +735,7 @@ public struct HHRequestData { | ||
735 | public var mHttpBody: [Swift.String : Any] | 735 | public var mHttpBody: [Swift.String : Any] |
736 | public var mParameters: [Swift.String : Any] | 736 | public var mParameters: [Swift.String : Any] |
737 | } | 737 | } |
738 | -public class HHNetFetch { | 738 | +@_hasMissingDesignatedInitializers public class HHNetFetch { |
739 | public static func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 739 | public static func request<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
740 | public static func requestArray<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: (([E]) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable | 740 | public static func requestArray<E>(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: (([E]) -> Swift.Void)?, fail: HHSDKBase.HHNetError? = nil) where E : HHSDKBase.Mappable |
741 | public static func noDataRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) | 741 | public static func noDataRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) |
@@ -773,7 +773,7 @@ public class HHRequest<T> where T : HHSDKBase.Mappable { | @@ -773,7 +773,7 @@ public class HHRequest<T> where T : HHSDKBase.Mappable { | ||
773 | extension HHRequest { | 773 | extension HHRequest { |
774 | public func startForArray(_ successCallBack: @escaping HHSDKBase.HHRequest<T>.HHNetSuccessForArray, failCallBack: @escaping HHSDKBase.HHNetError) | 774 | public func startForArray(_ successCallBack: @escaping HHSDKBase.HHRequest<T>.HHNetSuccessForArray, failCallBack: @escaping HHSDKBase.HHNetError) |
775 | } | 775 | } |
776 | -@objc public class HHSDKBaseOptions : ObjectiveC.NSObject { | 776 | +@_inheritsConvenienceInitializers @objc public class HHSDKBaseOptions : ObjectiveC.NSObject { |
777 | @objc public static let `default`: HHSDKBase.HHSDKBaseOptions | 777 | @objc public static let `default`: HHSDKBase.HHSDKBaseOptions |
778 | @objc public var isDebug: Swift.Bool | 778 | @objc public var isDebug: Swift.Bool |
779 | @objc public var isDevelopment: Swift.Bool | 779 | @objc public var isDevelopment: Swift.Bool |
@@ -782,7 +782,7 @@ extension HHRequest { | @@ -782,7 +782,7 @@ extension HHRequest { | ||
782 | @objc public var sdkProductId: Swift.String | 782 | @objc public var sdkProductId: Swift.String |
783 | @objc public var appVersion: Swift.String | 783 | @objc public var appVersion: Swift.String |
784 | public var hudManager: HHSDKBase.HHHUDable | 784 | public var hudManager: HHSDKBase.HHHUDable |
785 | - @objc public var hudDisTime: Foundation.TimeInterval { | 785 | + @objc public var hudDisTime: Swift.Double { |
786 | @objc get | 786 | @objc get |
787 | @objc set | 787 | @objc set |
788 | } | 788 | } |
@@ -885,7 +885,7 @@ extension UIView { | @@ -885,7 +885,7 @@ extension UIView { | ||
885 | extension UIView { | 885 | extension UIView { |
886 | public class func viewFromNib<T>(_ aClass: T.Type, frameworkPath: Swift.String) -> T | 886 | public class func viewFromNib<T>(_ aClass: T.Type, frameworkPath: Swift.String) -> T |
887 | } | 887 | } |
888 | -public class HHUrl { | 888 | +@_hasMissingDesignatedInitializers public class HHUrl { |
889 | public static func domains() -> [Swift.String] | 889 | public static func domains() -> [Swift.String] |
890 | public static func urlForPay() -> Swift.String | 890 | public static func urlForPay() -> Swift.String |
891 | public static func urlForFamily() -> Swift.String | 891 | public static func urlForFamily() -> Swift.String |
@@ -899,7 +899,7 @@ extension HHUrl { | @@ -899,7 +899,7 @@ extension HHUrl { | ||
899 | public static func headers(host: Swift.String) -> [Swift.String : Swift.String] | 899 | public static func headers(host: Swift.String) -> [Swift.String : Swift.String] |
900 | } | 900 | } |
901 | public func languagePrefix() -> Swift.String | 901 | public func languagePrefix() -> Swift.String |
902 | -public class HHUserDefaults { | 902 | +@_hasMissingDesignatedInitializers public class HHUserDefaults { |
903 | public class func setString(_ str: Swift.String, key: Swift.String) | 903 | public class func setString(_ str: Swift.String, key: Swift.String) |
904 | public class func stringValue(_ key: Swift.String) -> Swift.String? | 904 | public class func stringValue(_ key: Swift.String) -> Swift.String? |
905 | public class func setArray(_ array: [Swift.AnyObject], key: Swift.String) | 905 | public class func setArray(_ array: [Swift.AnyObject], key: Swift.String) |
@@ -925,9 +925,9 @@ extension HHUserDefaults { | @@ -925,9 +925,9 @@ extension HHUserDefaults { | ||
925 | public struct HHMemberInfoModel : HHSDKBase.Mappable { | 925 | public struct HHMemberInfoModel : HHSDKBase.Mappable { |
926 | public var productStatusDescn: Swift.String? | 926 | public var productStatusDescn: Swift.String? |
927 | public init?(map: HHSDKBase.Map) | 927 | public init?(map: HHSDKBase.Map) |
928 | - mutating public func mapping(map: HHSDKBase.Map) | 928 | + public mutating func mapping(map: HHSDKBase.Map) |
929 | } | 929 | } |
930 | -public class HHUserModel : HHSDKBase.Mappable { | 930 | +@_hasMissingDesignatedInitializers public class HHUserModel : HHSDKBase.Mappable { |
931 | public var companyLogo: Swift.String? | 931 | public var companyLogo: Swift.String? |
932 | public var name: Swift.String? | 932 | public var name: Swift.String? |
933 | public var photourl: Swift.String? | 933 | public var photourl: Swift.String? |
@@ -948,10 +948,10 @@ public struct HKDF { | @@ -948,10 +948,10 @@ public struct HKDF { | ||
948 | case invalidInput | 948 | case invalidInput |
949 | case derivedKeyTooLong | 949 | case derivedKeyTooLong |
950 | public static func == (a: HHSDKBase.HKDF.Error, b: HHSDKBase.HKDF.Error) -> Swift.Bool | 950 | public static func == (a: HHSDKBase.HKDF.Error, b: HHSDKBase.HKDF.Error) -> Swift.Bool |
951 | + public func hash(into hasher: inout Swift.Hasher) | ||
951 | public var hashValue: Swift.Int { | 952 | public var hashValue: Swift.Int { |
952 | get | 953 | get |
953 | } | 954 | } |
954 | - public func hash(into hasher: inout Swift.Hasher) | ||
955 | } | 955 | } |
956 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>? = nil, info: Swift.Array<Swift.UInt8>? = nil, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws | 956 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>? = nil, info: Swift.Array<Swift.UInt8>? = nil, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws |
957 | public func calculate() throws -> Swift.Array<Swift.UInt8> | 957 | public func calculate() throws -> Swift.Array<Swift.UInt8> |
@@ -964,18 +964,18 @@ final public class HMAC : HHSDKBase.CryptoAuthenticator { | @@ -964,18 +964,18 @@ final public class HMAC : HHSDKBase.CryptoAuthenticator { | ||
964 | case authenticateError | 964 | case authenticateError |
965 | case invalidInput | 965 | case invalidInput |
966 | public static func == (a: HHSDKBase.HMAC.Error, b: HHSDKBase.HMAC.Error) -> Swift.Bool | 966 | public static func == (a: HHSDKBase.HMAC.Error, b: HHSDKBase.HMAC.Error) -> Swift.Bool |
967 | + public func hash(into hasher: inout Swift.Hasher) | ||
967 | public var hashValue: Swift.Int { | 968 | public var hashValue: Swift.Int { |
968 | get | 969 | get |
969 | } | 970 | } |
970 | - public func hash(into hasher: inout Swift.Hasher) | ||
971 | } | 971 | } |
972 | public enum Variant { | 972 | public enum Variant { |
973 | case sha1, sha256, sha384, sha512, md5 | 973 | case sha1, sha256, sha384, sha512, md5 |
974 | public static func == (a: HHSDKBase.HMAC.Variant, b: HHSDKBase.HMAC.Variant) -> Swift.Bool | 974 | public static func == (a: HHSDKBase.HMAC.Variant, b: HHSDKBase.HMAC.Variant) -> Swift.Bool |
975 | + public func hash(into hasher: inout Swift.Hasher) | ||
975 | public var hashValue: Swift.Int { | 976 | public var hashValue: Swift.Int { |
976 | get | 977 | get |
977 | } | 978 | } |
978 | - public func hash(into hasher: inout Swift.Hasher) | ||
979 | } | 979 | } |
980 | public init(key: Swift.Array<Swift.UInt8>, variant: HHSDKBase.HMAC.Variant = .md5) | 980 | public init(key: Swift.Array<Swift.UInt8>, variant: HHSDKBase.HMAC.Variant = .md5) |
981 | final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | 981 | final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> |
@@ -1098,47 +1098,47 @@ public enum Accessibility { | @@ -1098,47 +1098,47 @@ public enum Accessibility { | ||
1098 | case whenUnlocked | 1098 | case whenUnlocked |
1099 | case afterFirstUnlock | 1099 | case afterFirstUnlock |
1100 | case always | 1100 | case always |
1101 | - @available(iOS 8.0, OSX 10.10, *) | 1101 | + @available(iOS 8.0, macOS 10.10, *) |
1102 | case whenPasscodeSetThisDeviceOnly | 1102 | case whenPasscodeSetThisDeviceOnly |
1103 | case whenUnlockedThisDeviceOnly | 1103 | case whenUnlockedThisDeviceOnly |
1104 | case afterFirstUnlockThisDeviceOnly | 1104 | case afterFirstUnlockThisDeviceOnly |
1105 | case alwaysThisDeviceOnly | 1105 | case alwaysThisDeviceOnly |
1106 | } | 1106 | } |
1107 | public struct AuthenticationPolicy : Swift.OptionSet { | 1107 | public struct AuthenticationPolicy : Swift.OptionSet { |
1108 | - @available(iOS 8.0, OSX 10.10, *) | 1108 | + @available(iOS 8.0, macOS 10.10, *) |
1109 | @available(watchOS, unavailable) | 1109 | @available(watchOS, unavailable) |
1110 | public static let userPresence: HHSDKBase.AuthenticationPolicy | 1110 | public static let userPresence: HHSDKBase.AuthenticationPolicy |
1111 | @available(iOS 9.0, *) | 1111 | @available(iOS 9.0, *) |
1112 | - @available(OSX, unavailable) | 1112 | + @available(macOS, unavailable) |
1113 | @available(watchOS, unavailable) | 1113 | @available(watchOS, unavailable) |
1114 | public static let touchIDAny: HHSDKBase.AuthenticationPolicy | 1114 | public static let touchIDAny: HHSDKBase.AuthenticationPolicy |
1115 | @available(iOS 9.0, *) | 1115 | @available(iOS 9.0, *) |
1116 | - @available(OSX, unavailable) | 1116 | + @available(macOS, unavailable) |
1117 | @available(watchOS, unavailable) | 1117 | @available(watchOS, unavailable) |
1118 | public static let touchIDCurrentSet: HHSDKBase.AuthenticationPolicy | 1118 | public static let touchIDCurrentSet: HHSDKBase.AuthenticationPolicy |
1119 | - @available(iOS 9.0, OSX 10.11, *) | 1119 | + @available(iOS 9.0, macOS 10.11, *) |
1120 | @available(watchOS, unavailable) | 1120 | @available(watchOS, unavailable) |
1121 | public static let devicePasscode: HHSDKBase.AuthenticationPolicy | 1121 | public static let devicePasscode: HHSDKBase.AuthenticationPolicy |
1122 | @available(iOS 9.0, *) | 1122 | @available(iOS 9.0, *) |
1123 | - @available(OSX, unavailable) | 1123 | + @available(macOS, unavailable) |
1124 | @available(watchOS, unavailable) | 1124 | @available(watchOS, unavailable) |
1125 | public static let or: HHSDKBase.AuthenticationPolicy | 1125 | public static let or: HHSDKBase.AuthenticationPolicy |
1126 | @available(iOS 9.0, *) | 1126 | @available(iOS 9.0, *) |
1127 | - @available(OSX, unavailable) | 1127 | + @available(macOS, unavailable) |
1128 | @available(watchOS, unavailable) | 1128 | @available(watchOS, unavailable) |
1129 | public static let and: HHSDKBase.AuthenticationPolicy | 1129 | public static let and: HHSDKBase.AuthenticationPolicy |
1130 | @available(iOS 9.0, *) | 1130 | @available(iOS 9.0, *) |
1131 | - @available(OSX, unavailable) | 1131 | + @available(macOS, unavailable) |
1132 | @available(watchOS, unavailable) | 1132 | @available(watchOS, unavailable) |
1133 | public static let privateKeyUsage: HHSDKBase.AuthenticationPolicy | 1133 | public static let privateKeyUsage: HHSDKBase.AuthenticationPolicy |
1134 | @available(iOS 9.0, *) | 1134 | @available(iOS 9.0, *) |
1135 | - @available(OSX, unavailable) | 1135 | + @available(macOS, unavailable) |
1136 | @available(watchOS, unavailable) | 1136 | @available(watchOS, unavailable) |
1137 | public static let applicationPassword: HHSDKBase.AuthenticationPolicy | 1137 | public static let applicationPassword: HHSDKBase.AuthenticationPolicy |
1138 | public let rawValue: Swift.UInt | 1138 | public let rawValue: Swift.UInt |
1139 | public init(rawValue: Swift.UInt) | 1139 | public init(rawValue: Swift.UInt) |
1140 | - public typealias Element = HHSDKBase.AuthenticationPolicy | ||
1141 | public typealias ArrayLiteralElement = HHSDKBase.AuthenticationPolicy | 1140 | public typealias ArrayLiteralElement = HHSDKBase.AuthenticationPolicy |
1141 | + public typealias Element = HHSDKBase.AuthenticationPolicy | ||
1142 | public typealias RawValue = Swift.UInt | 1142 | public typealias RawValue = Swift.UInt |
1143 | } | 1143 | } |
1144 | public struct Attributes { | 1144 | public struct Attributes { |
@@ -1224,7 +1224,7 @@ public struct Attributes { | @@ -1224,7 +1224,7 @@ public struct Attributes { | ||
1224 | get | 1224 | get |
1225 | } | 1225 | } |
1226 | } | 1226 | } |
1227 | -final public class Keychain { | 1227 | +@_hasMissingDesignatedInitializers final public class Keychain { |
1228 | final public var itemClass: HHSDKBase.ItemClass { | 1228 | final public var itemClass: HHSDKBase.ItemClass { |
1229 | get | 1229 | get |
1230 | } | 1230 | } |
@@ -1246,7 +1246,7 @@ final public class Keychain { | @@ -1246,7 +1246,7 @@ final public class Keychain { | ||
1246 | final public var accessibility: HHSDKBase.Accessibility { | 1246 | final public var accessibility: HHSDKBase.Accessibility { |
1247 | get | 1247 | get |
1248 | } | 1248 | } |
1249 | - @available(iOS 8.0, OSX 10.10, *) | 1249 | + @available(iOS 8.0, macOS 10.10, *) |
1250 | @available(watchOS, unavailable) | 1250 | @available(watchOS, unavailable) |
1251 | final public var authenticationPolicy: HHSDKBase.AuthenticationPolicy? { | 1251 | final public var authenticationPolicy: HHSDKBase.AuthenticationPolicy? { |
1252 | get | 1252 | get |
@@ -1260,12 +1260,12 @@ final public class Keychain { | @@ -1260,12 +1260,12 @@ final public class Keychain { | ||
1260 | final public var comment: Swift.String? { | 1260 | final public var comment: Swift.String? { |
1261 | get | 1261 | get |
1262 | } | 1262 | } |
1263 | - @available(iOS 8.0, OSX 10.10, *) | 1263 | + @available(iOS 8.0, macOS 10.10, *) |
1264 | @available(watchOS, unavailable) | 1264 | @available(watchOS, unavailable) |
1265 | final public var authenticationPrompt: Swift.String? { | 1265 | final public var authenticationPrompt: Swift.String? { |
1266 | get | 1266 | get |
1267 | } | 1267 | } |
1268 | - @available(iOS 9.0, OSX 10.11, *) | 1268 | + @available(iOS 9.0, macOS 10.11, *) |
1269 | final public var authenticationContext: LocalAuthentication.LAContext? { | 1269 | final public var authenticationContext: LocalAuthentication.LAContext? { |
1270 | get | 1270 | get |
1271 | } | 1271 | } |
@@ -1276,17 +1276,17 @@ final public class Keychain { | @@ -1276,17 +1276,17 @@ final public class Keychain { | ||
1276 | convenience public init(server: Swift.String, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) | 1276 | convenience public init(server: Swift.String, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) |
1277 | convenience public init(server: Foundation.URL, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) | 1277 | convenience public init(server: Foundation.URL, protocolType: HHSDKBase.ProtocolType, authenticationType: HHSDKBase.AuthenticationType = .default) |
1278 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility) -> HHSDKBase.Keychain | 1278 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility) -> HHSDKBase.Keychain |
1279 | - @available(iOS 8.0, OSX 10.10, *) | 1279 | + @available(iOS 8.0, macOS 10.10, *) |
1280 | @available(watchOS, unavailable) | 1280 | @available(watchOS, unavailable) |
1281 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility, authenticationPolicy: HHSDKBase.AuthenticationPolicy) -> HHSDKBase.Keychain | 1281 | final public func accessibility(_ accessibility: HHSDKBase.Accessibility, authenticationPolicy: HHSDKBase.AuthenticationPolicy) -> HHSDKBase.Keychain |
1282 | final public func synchronizable(_ synchronizable: Swift.Bool) -> HHSDKBase.Keychain | 1282 | final public func synchronizable(_ synchronizable: Swift.Bool) -> HHSDKBase.Keychain |
1283 | final public func label(_ label: Swift.String) -> HHSDKBase.Keychain | 1283 | final public func label(_ label: Swift.String) -> HHSDKBase.Keychain |
1284 | final public func comment(_ comment: Swift.String) -> HHSDKBase.Keychain | 1284 | final public func comment(_ comment: Swift.String) -> HHSDKBase.Keychain |
1285 | final public func attributes(_ attributes: [Swift.String : Any]) -> HHSDKBase.Keychain | 1285 | final public func attributes(_ attributes: [Swift.String : Any]) -> HHSDKBase.Keychain |
1286 | - @available(iOS 8.0, OSX 10.10, *) | 1286 | + @available(iOS 8.0, macOS 10.10, *) |
1287 | @available(watchOS, unavailable) | 1287 | @available(watchOS, unavailable) |
1288 | final public func authenticationPrompt(_ authenticationPrompt: Swift.String) -> HHSDKBase.Keychain | 1288 | final public func authenticationPrompt(_ authenticationPrompt: Swift.String) -> HHSDKBase.Keychain |
1289 | - @available(iOS 9.0, OSX 10.11, *) | 1289 | + @available(iOS 9.0, macOS 10.11, *) |
1290 | final public func authenticationContext(_ authenticationContext: LocalAuthentication.LAContext) -> HHSDKBase.Keychain | 1290 | final public func authenticationContext(_ authenticationContext: LocalAuthentication.LAContext) -> HHSDKBase.Keychain |
1291 | final public func get(_ key: Swift.String) throws -> Swift.String? | 1291 | final public func get(_ key: Swift.String) throws -> Swift.String? |
1292 | final public func getString(_ key: Swift.String) throws -> Swift.String? | 1292 | final public func getString(_ key: Swift.String) throws -> Swift.String? |
@@ -1800,8 +1800,8 @@ extension Status : Swift.RawRepresentable, Swift.CustomStringConvertible { | @@ -1800,8 +1800,8 @@ extension Status : Swift.RawRepresentable, Swift.CustomStringConvertible { | ||
1800 | public var description: Swift.String { | 1800 | public var description: Swift.String { |
1801 | get | 1801 | get |
1802 | } | 1802 | } |
1803 | - public typealias RawValue = Darwin.OSStatus | ||
1804 | public init?(rawValue: Darwin.OSStatus) | 1803 | public init?(rawValue: Darwin.OSStatus) |
1804 | + public typealias RawValue = Darwin.OSStatus | ||
1805 | public var rawValue: Darwin.OSStatus { | 1805 | public var rawValue: Darwin.OSStatus { |
1806 | get | 1806 | get |
1807 | } | 1807 | } |
@@ -1817,7 +1817,7 @@ extension Status : Foundation.CustomNSError { | @@ -1817,7 +1817,7 @@ extension Status : Foundation.CustomNSError { | ||
1817 | } | 1817 | } |
1818 | public let HHUUID: Swift.String | 1818 | public let HHUUID: Swift.String |
1819 | public let HHUserToken: Swift.String | 1819 | public let HHUserToken: Swift.String |
1820 | -public class LoginManager { | 1820 | +@_hasMissingDesignatedInitializers public class LoginManager { |
1821 | public static let `default`: HHSDKBase.LoginManager | 1821 | public static let `default`: HHSDKBase.LoginManager |
1822 | public var mUUID: Swift.Int? | 1822 | public var mUUID: Swift.Int? |
1823 | public var mUserInfo: HHSDKBase.HHUserModel? | 1823 | public var mUserInfo: HHSDKBase.HHUserModel? |
@@ -1846,19 +1846,19 @@ final public class Map { | @@ -1846,19 +1846,19 @@ final public class Map { | ||
1846 | final public let mappingType: HHSDKBase.MappingType | 1846 | final public let mappingType: HHSDKBase.MappingType |
1847 | final public var JSON: [Swift.String : Any] { | 1847 | final public var JSON: [Swift.String : Any] { |
1848 | get | 1848 | get |
1849 | - } | 1849 | + } |
1850 | final public var isKeyPresent: Swift.Bool { | 1850 | final public var isKeyPresent: Swift.Bool { |
1851 | get | 1851 | get |
1852 | - } | 1852 | + } |
1853 | final public var currentValue: Any? { | 1853 | final public var currentValue: Any? { |
1854 | get | 1854 | get |
1855 | - } | 1855 | + } |
1856 | final public var currentKey: Swift.String? { | 1856 | final public var currentKey: Swift.String? { |
1857 | get | 1857 | get |
1858 | - } | 1858 | + } |
1859 | final public var nestedKeyDelimiter: Swift.String { | 1859 | final public var nestedKeyDelimiter: Swift.String { |
1860 | get | 1860 | get |
1861 | - } | 1861 | + } |
1862 | final public var context: HHSDKBase.MapContext? | 1862 | final public var context: HHSDKBase.MapContext? |
1863 | final public var shouldIncludeNilValues: Swift.Bool | 1863 | final public var shouldIncludeNilValues: Swift.Bool |
1864 | final public let toObject: Swift.Bool | 1864 | final public let toObject: Swift.Bool |
@@ -1943,10 +1943,10 @@ public enum MappingType { | @@ -1943,10 +1943,10 @@ public enum MappingType { | ||
1943 | case fromJSON | 1943 | case fromJSON |
1944 | case toJSON | 1944 | case toJSON |
1945 | public static func == (a: HHSDKBase.MappingType, b: HHSDKBase.MappingType) -> Swift.Bool | 1945 | public static func == (a: HHSDKBase.MappingType, b: HHSDKBase.MappingType) -> Swift.Bool |
1946 | + public func hash(into hasher: inout Swift.Hasher) | ||
1946 | public var hashValue: Swift.Int { | 1947 | public var hashValue: Swift.Int { |
1947 | get | 1948 | get |
1948 | } | 1949 | } |
1949 | - public func hash(into hasher: inout Swift.Hasher) | ||
1950 | } | 1950 | } |
1951 | final public class Mapper<N> where N : HHSDKBase.BaseMappable { | 1951 | final public class Mapper<N> where N : HHSDKBase.BaseMappable { |
1952 | final public var context: HHSDKBase.MapContext? | 1952 | final public var context: HHSDKBase.MapContext? |
@@ -2013,7 +2013,7 @@ open class NSDecimalNumberTransform : HHSDKBase.TransformType { | @@ -2013,7 +2013,7 @@ open class NSDecimalNumberTransform : HHSDKBase.TransformType { | ||
2013 | public var uploadManager: HHSDKBase.UploadQueue { | 2013 | public var uploadManager: HHSDKBase.UploadQueue { |
2014 | get | 2014 | get |
2015 | } | 2015 | } |
2016 | -public class UploadQueue { | 2016 | +@_hasMissingDesignatedInitializers public class UploadQueue { |
2017 | @discardableResult | 2017 | @discardableResult |
2018 | public func upload(files: [Swift.String], config: HHSDKBase.SDKUploadConfig) -> HHSDKBase.HHFileUploadManager | 2018 | public func upload(files: [Swift.String], config: HHSDKBase.SDKUploadConfig) -> HHSDKBase.HHFileUploadManager |
2019 | public func cancelAll(_ finished: (() -> Swift.Void)? = nil) | 2019 | public func cancelAll(_ finished: (() -> Swift.Void)? = nil) |
@@ -2035,20 +2035,20 @@ final public class OCB : HHSDKBase.BlockMode { | @@ -2035,20 +2035,20 @@ final public class OCB : HHSDKBase.BlockMode { | ||
2035 | case combined | 2035 | case combined |
2036 | case detached | 2036 | case detached |
2037 | public static func == (a: HHSDKBase.OCB.Mode, b: HHSDKBase.OCB.Mode) -> Swift.Bool | 2037 | public static func == (a: HHSDKBase.OCB.Mode, b: HHSDKBase.OCB.Mode) -> Swift.Bool |
2038 | + public func hash(into hasher: inout Swift.Hasher) | ||
2038 | public var hashValue: Swift.Int { | 2039 | public var hashValue: Swift.Int { |
2039 | get | 2040 | get |
2040 | } | 2041 | } |
2041 | - public func hash(into hasher: inout Swift.Hasher) | ||
2042 | } | 2042 | } |
2043 | final public let options: HHSDKBase.BlockModeOption | 2043 | final public let options: HHSDKBase.BlockModeOption |
2044 | public enum Error : Swift.Error { | 2044 | public enum Error : Swift.Error { |
2045 | case invalidNonce | 2045 | case invalidNonce |
2046 | case fail | 2046 | case fail |
2047 | public static func == (a: HHSDKBase.OCB.Error, b: HHSDKBase.OCB.Error) -> Swift.Bool | 2047 | public static func == (a: HHSDKBase.OCB.Error, b: HHSDKBase.OCB.Error) -> Swift.Bool |
2048 | + public func hash(into hasher: inout Swift.Hasher) | ||
2048 | public var hashValue: Swift.Int { | 2049 | public var hashValue: Swift.Int { |
2049 | get | 2050 | get |
2050 | } | 2051 | } |
2051 | - public func hash(into hasher: inout Swift.Hasher) | ||
2052 | } | 2052 | } |
2053 | final public var authenticationTag: Swift.Array<Swift.UInt8>? | 2053 | final public var authenticationTag: Swift.Array<Swift.UInt8>? |
2054 | public init(nonce N: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.OCB.Mode = .detached) | 2054 | public init(nonce N: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKBase.OCB.Mode = .detached) |
@@ -2060,10 +2060,10 @@ public struct OFB : HHSDKBase.BlockMode { | @@ -2060,10 +2060,10 @@ public struct OFB : HHSDKBase.BlockMode { | ||
2060 | public enum Error : Swift.Error { | 2060 | public enum Error : Swift.Error { |
2061 | case invalidInitializationVector | 2061 | case invalidInitializationVector |
2062 | public static func == (a: HHSDKBase.OFB.Error, b: HHSDKBase.OFB.Error) -> Swift.Bool | 2062 | public static func == (a: HHSDKBase.OFB.Error, b: HHSDKBase.OFB.Error) -> Swift.Bool |
2063 | + public func hash(into hasher: inout Swift.Hasher) | ||
2063 | public var hashValue: Swift.Int { | 2064 | public var hashValue: Swift.Int { |
2064 | get | 2065 | get |
2065 | } | 2066 | } |
2066 | - public func hash(into hasher: inout Swift.Hasher) | ||
2067 | } | 2067 | } |
2068 | public let options: HHSDKBase.BlockModeOption | 2068 | public let options: HHSDKBase.BlockModeOption |
2069 | public init(iv: Swift.Array<Swift.UInt8>) | 2069 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -2108,10 +2108,10 @@ public enum Padding : HHSDKBase.PaddingProtocol { | @@ -2108,10 +2108,10 @@ public enum Padding : HHSDKBase.PaddingProtocol { | ||
2108 | public func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 2108 | public func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
2109 | public func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 2109 | public func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
2110 | public static func == (a: HHSDKBase.Padding, b: HHSDKBase.Padding) -> Swift.Bool | 2110 | public static func == (a: HHSDKBase.Padding, b: HHSDKBase.Padding) -> Swift.Bool |
2111 | + public func hash(into hasher: inout Swift.Hasher) | ||
2111 | public var hashValue: Swift.Int { | 2112 | public var hashValue: Swift.Int { |
2112 | get | 2113 | get |
2113 | } | 2114 | } |
2114 | - public func hash(into hasher: inout Swift.Hasher) | ||
2115 | } | 2115 | } |
2116 | extension PKCS5 { | 2116 | extension PKCS5 { |
2117 | public struct PBKDF1 { | 2117 | public struct PBKDF1 { |
@@ -2119,18 +2119,18 @@ extension PKCS5 { | @@ -2119,18 +2119,18 @@ extension PKCS5 { | ||
2119 | case invalidInput | 2119 | case invalidInput |
2120 | case derivedKeyTooLong | 2120 | case derivedKeyTooLong |
2121 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Error, b: HHSDKBase.PKCS5.PBKDF1.Error) -> Swift.Bool | 2121 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Error, b: HHSDKBase.PKCS5.PBKDF1.Error) -> Swift.Bool |
2122 | + public func hash(into hasher: inout Swift.Hasher) | ||
2122 | public var hashValue: Swift.Int { | 2123 | public var hashValue: Swift.Int { |
2123 | get | 2124 | get |
2124 | } | 2125 | } |
2125 | - public func hash(into hasher: inout Swift.Hasher) | ||
2126 | } | 2126 | } |
2127 | public enum Variant { | 2127 | public enum Variant { |
2128 | case md5, sha1 | 2128 | case md5, sha1 |
2129 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Variant, b: HHSDKBase.PKCS5.PBKDF1.Variant) -> Swift.Bool | 2129 | public static func == (a: HHSDKBase.PKCS5.PBKDF1.Variant, b: HHSDKBase.PKCS5.PBKDF1.Variant) -> Swift.Bool |
2130 | + public func hash(into hasher: inout Swift.Hasher) | ||
2130 | public var hashValue: Swift.Int { | 2131 | public var hashValue: Swift.Int { |
2131 | get | 2132 | get |
2132 | } | 2133 | } |
2133 | - public func hash(into hasher: inout Swift.Hasher) | ||
2134 | } | 2134 | } |
2135 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, variant: HHSDKBase.PKCS5.PBKDF1.Variant = .sha1, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil) throws | 2135 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, variant: HHSDKBase.PKCS5.PBKDF1.Variant = .sha1, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil) throws |
2136 | public func calculate() -> Swift.Array<Swift.UInt8> | 2136 | public func calculate() -> Swift.Array<Swift.UInt8> |
@@ -2142,10 +2142,10 @@ extension PKCS5 { | @@ -2142,10 +2142,10 @@ extension PKCS5 { | ||
2142 | case invalidInput | 2142 | case invalidInput |
2143 | case derivedKeyTooLong | 2143 | case derivedKeyTooLong |
2144 | public static func == (a: HHSDKBase.PKCS5.PBKDF2.Error, b: HHSDKBase.PKCS5.PBKDF2.Error) -> Swift.Bool | 2144 | public static func == (a: HHSDKBase.PKCS5.PBKDF2.Error, b: HHSDKBase.PKCS5.PBKDF2.Error) -> Swift.Bool |
2145 | + public func hash(into hasher: inout Swift.Hasher) | ||
2145 | public var hashValue: Swift.Int { | 2146 | public var hashValue: Swift.Int { |
2146 | get | 2147 | get |
2147 | } | 2148 | } |
2148 | - public func hash(into hasher: inout Swift.Hasher) | ||
2149 | } | 2149 | } |
2150 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws | 2150 | public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil, variant: HHSDKBase.HMAC.Variant = .sha256) throws |
2151 | public func calculate() throws -> Swift.Array<Swift.UInt8> | 2151 | public func calculate() throws -> Swift.Array<Swift.UInt8> |
@@ -2155,10 +2155,10 @@ public struct PCBC : HHSDKBase.BlockMode { | @@ -2155,10 +2155,10 @@ public struct PCBC : HHSDKBase.BlockMode { | ||
2155 | public enum Error : Swift.Error { | 2155 | public enum Error : Swift.Error { |
2156 | case invalidInitializationVector | 2156 | case invalidInitializationVector |
2157 | public static func == (a: HHSDKBase.PCBC.Error, b: HHSDKBase.PCBC.Error) -> Swift.Bool | 2157 | public static func == (a: HHSDKBase.PCBC.Error, b: HHSDKBase.PCBC.Error) -> Swift.Bool |
2158 | + public func hash(into hasher: inout Swift.Hasher) | ||
2158 | public var hashValue: Swift.Int { | 2159 | public var hashValue: Swift.Int { |
2159 | get | 2160 | get |
2160 | } | 2161 | } |
2161 | - public func hash(into hasher: inout Swift.Hasher) | ||
2162 | } | 2162 | } |
2163 | public let options: HHSDKBase.BlockModeOption | 2163 | public let options: HHSDKBase.BlockModeOption |
2164 | public init(iv: Swift.Array<Swift.UInt8>) | 2164 | public init(iv: Swift.Array<Swift.UInt8>) |
@@ -2172,10 +2172,10 @@ final public class Poly1305 : HHSDKBase.CryptoAuthenticator { | @@ -2172,10 +2172,10 @@ final public class Poly1305 : HHSDKBase.CryptoAuthenticator { | ||
2172 | public enum Error : Swift.Error { | 2172 | public enum Error : Swift.Error { |
2173 | case authenticateError | 2173 | case authenticateError |
2174 | public static func == (a: HHSDKBase.Poly1305.Error, b: HHSDKBase.Poly1305.Error) -> Swift.Bool | 2174 | public static func == (a: HHSDKBase.Poly1305.Error, b: HHSDKBase.Poly1305.Error) -> Swift.Bool |
2175 | + public func hash(into hasher: inout Swift.Hasher) | ||
2175 | public var hashValue: Swift.Int { | 2176 | public var hashValue: Swift.Int { |
2176 | get | 2177 | get |
2177 | } | 2178 | } |
2178 | - public func hash(into hasher: inout Swift.Hasher) | ||
2179 | } | 2179 | } |
2180 | public static let blockSize: Swift.Int | 2180 | public static let blockSize: Swift.Int |
2181 | public init(key: Swift.Array<Swift.UInt8>) | 2181 | public init(key: Swift.Array<Swift.UInt8>) |
@@ -2190,10 +2190,10 @@ final public class Rabbit { | @@ -2190,10 +2190,10 @@ final public class Rabbit { | ||
2190 | public enum Error : Swift.Error { | 2190 | public enum Error : Swift.Error { |
2191 | case invalidKeyOrInitializationVector | 2191 | case invalidKeyOrInitializationVector |
2192 | public static func == (a: HHSDKBase.Rabbit.Error, b: HHSDKBase.Rabbit.Error) -> Swift.Bool | 2192 | public static func == (a: HHSDKBase.Rabbit.Error, b: HHSDKBase.Rabbit.Error) -> Swift.Bool |
2193 | + public func hash(into hasher: inout Swift.Hasher) | ||
2193 | public var hashValue: Swift.Int { | 2194 | public var hashValue: Swift.Int { |
2194 | get | 2195 | get |
2195 | } | 2196 | } |
2196 | - public func hash(into hasher: inout Swift.Hasher) | ||
2197 | } | 2197 | } |
2198 | public static let ivSize: Swift.Int | 2198 | public static let ivSize: Swift.Int |
2199 | public static let keySize: Swift.Int | 2199 | public static let keySize: Swift.Int |
@@ -2225,10 +2225,10 @@ public class Reachability { | @@ -2225,10 +2225,10 @@ public class Reachability { | ||
2225 | get | 2225 | get |
2226 | } | 2226 | } |
2227 | public static func == (a: HHSDKBase.Reachability.NetworkStatus, b: HHSDKBase.Reachability.NetworkStatus) -> Swift.Bool | 2227 | public static func == (a: HHSDKBase.Reachability.NetworkStatus, b: HHSDKBase.Reachability.NetworkStatus) -> Swift.Bool |
2228 | + public func hash(into hasher: inout Swift.Hasher) | ||
2228 | public var hashValue: Swift.Int { | 2229 | public var hashValue: Swift.Int { |
2229 | get | 2230 | get |
2230 | } | 2231 | } |
2231 | - public func hash(into hasher: inout Swift.Hasher) | ||
2232 | } | 2232 | } |
2233 | public var whenReachable: HHSDKBase.Reachability.NetworkReachable? | 2233 | public var whenReachable: HHSDKBase.Reachability.NetworkReachable? |
2234 | public var whenUnreachable: HHSDKBase.Reachability.NetworkUnreachable? | 2234 | public var whenUnreachable: HHSDKBase.Reachability.NetworkUnreachable? |
@@ -2306,10 +2306,10 @@ final public class SHA3 { | @@ -2306,10 +2306,10 @@ final public class SHA3 { | ||
2306 | get | 2306 | get |
2307 | } | 2307 | } |
2308 | public static func == (a: HHSDKBase.SHA3.Variant, b: HHSDKBase.SHA3.Variant) -> Swift.Bool | 2308 | public static func == (a: HHSDKBase.SHA3.Variant, b: HHSDKBase.SHA3.Variant) -> Swift.Bool |
2309 | + public func hash(into hasher: inout Swift.Hasher) | ||
2309 | public var hashValue: Swift.Int { | 2310 | public var hashValue: Swift.Int { |
2310 | get | 2311 | get |
2311 | } | 2312 | } |
2312 | - public func hash(into hasher: inout Swift.Hasher) | ||
2313 | } | 2313 | } |
2314 | public init(variant: HHSDKBase.SHA3.Variant) | 2314 | public init(variant: HHSDKBase.SHA3.Variant) |
2315 | final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8> | 2315 | final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8> |
@@ -2403,16 +2403,16 @@ public protocol Updatable { | @@ -2403,16 +2403,16 @@ public protocol Updatable { | ||
2403 | mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | 2403 | mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws |
2404 | } | 2404 | } |
2405 | extension Updatable { | 2405 | extension Updatable { |
2406 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2407 | - mutating public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2408 | - mutating public func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2409 | - mutating public func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2410 | - mutating public func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2411 | - mutating public func finish(withBytes bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2412 | - mutating public func finish() throws -> Swift.Array<Swift.UInt8> | ||
2413 | - mutating public func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2414 | - mutating public func finish(withBytes bytes: Swift.Array<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2415 | - mutating public func finish(output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | 2406 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws |
2407 | + public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2408 | + public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8> | ||
2409 | + public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2410 | + public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2411 | + public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8> | ||
2412 | + public mutating func finish() throws -> Swift.Array<Swift.UInt8> | ||
2413 | + public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2414 | + public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>, output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2415 | + public mutating func finish(output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws | ||
2416 | } | 2416 | } |
2417 | open class URLTransform : HHSDKBase.TransformType { | 2417 | open class URLTransform : HHSDKBase.TransformType { |
2418 | public typealias Object = Foundation.URL | 2418 | public typealias Object = Foundation.URL |
@@ -2495,6 +2495,7 @@ extension HHSDKBase.Accessibility : Swift.Equatable {} | @@ -2495,6 +2495,7 @@ extension HHSDKBase.Accessibility : Swift.Equatable {} | ||
2495 | extension HHSDKBase.Accessibility : Swift.Hashable {} | 2495 | extension HHSDKBase.Accessibility : Swift.Hashable {} |
2496 | extension HHSDKBase.Status : Swift.Equatable {} | 2496 | extension HHSDKBase.Status : Swift.Equatable {} |
2497 | extension HHSDKBase.Status : Swift.Hashable {} | 2497 | extension HHSDKBase.Status : Swift.Hashable {} |
2498 | +extension HHSDKBase.MappingType : Swift.Equatable {} | ||
2498 | extension HHSDKBase.MappingType : Swift.Hashable {} | 2499 | extension HHSDKBase.MappingType : Swift.Hashable {} |
2499 | extension HHSDKBase.OCB.Mode : Swift.Equatable {} | 2500 | extension HHSDKBase.OCB.Mode : Swift.Equatable {} |
2500 | extension HHSDKBase.OCB.Mode : Swift.Hashable {} | 2501 | extension HHSDKBase.OCB.Mode : Swift.Hashable {} |
@@ -2516,6 +2517,7 @@ extension HHSDKBase.Poly1305.Error : Swift.Equatable {} | @@ -2516,6 +2517,7 @@ extension HHSDKBase.Poly1305.Error : Swift.Equatable {} | ||
2516 | extension HHSDKBase.Poly1305.Error : Swift.Hashable {} | 2517 | extension HHSDKBase.Poly1305.Error : Swift.Hashable {} |
2517 | extension HHSDKBase.Rabbit.Error : Swift.Equatable {} | 2518 | extension HHSDKBase.Rabbit.Error : Swift.Equatable {} |
2518 | extension HHSDKBase.Rabbit.Error : Swift.Hashable {} | 2519 | extension HHSDKBase.Rabbit.Error : Swift.Hashable {} |
2520 | +extension HHSDKBase.Reachability.NetworkStatus : Swift.Equatable {} | ||
2519 | extension HHSDKBase.Reachability.NetworkStatus : Swift.Hashable {} | 2521 | extension HHSDKBase.Reachability.NetworkStatus : Swift.Hashable {} |
2520 | extension HHSDKBase.SHA2.Variant : Swift.Equatable {} | 2522 | extension HHSDKBase.SHA2.Variant : Swift.Equatable {} |
2521 | extension HHSDKBase.SHA2.Variant : Swift.Hashable {} | 2523 | extension HHSDKBase.SHA2.Variant : Swift.Hashable {} |
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
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
1 | -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 1 | +// Generated by Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
2 | +#ifndef HHSDKVIDEO_SWIFT_H | ||
3 | +#define HHSDKVIDEO_SWIFT_H | ||
2 | #pragma clang diagnostic push | 4 | #pragma clang diagnostic push |
3 | #pragma clang diagnostic ignored "-Wgcc-compat" | 5 | #pragma clang diagnostic ignored "-Wgcc-compat" |
4 | 6 | ||
@@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -82,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
82 | #else | 84 | #else |
83 | # define SWIFT_NOESCAPE | 85 | # define SWIFT_NOESCAPE |
84 | #endif | 86 | #endif |
87 | +#if __has_attribute(ns_consumed) | ||
88 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) | ||
89 | +#else | ||
90 | +# define SWIFT_RELEASES_ARGUMENT | ||
91 | +#endif | ||
85 | #if __has_attribute(warn_unused_result) | 92 | #if __has_attribute(warn_unused_result) |
86 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) | 93 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) |
87 | #else | 94 | #else |
@@ -185,8 +192,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -185,8 +192,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
185 | @import CoreLocation; | 192 | @import CoreLocation; |
186 | @import Foundation; | 193 | @import Foundation; |
187 | @import ObjectiveC; | 194 | @import ObjectiveC; |
188 | -@import Photos; | ||
189 | -@import QuartzCore; | ||
190 | @import UIKit; | 195 | @import UIKit; |
191 | #endif | 196 | #endif |
192 | 197 | ||
@@ -208,9 +213,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -208,9 +213,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
208 | 213 | ||
209 | 214 | ||
210 | 215 | ||
211 | - | ||
212 | - | ||
213 | - | 216 | +@class NSNumber; |
217 | +@class NSString; | ||
218 | +@class NSBundle; | ||
214 | @class NSCoder; | 219 | @class NSCoder; |
215 | 220 | ||
216 | SWIFT_CLASS("_TtC10HHSDKVideo13CommentBaseVC") | 221 | SWIFT_CLASS("_TtC10HHSDKVideo13CommentBaseVC") |
@@ -469,7 +474,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -469,7 +474,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
469 | 474 | ||
470 | 475 | ||
471 | 476 | ||
472 | - | ||
473 | @interface HHMSDK (SWIFT_EXTENSION(HHSDKVideo)) | 477 | @interface HHMSDK (SWIFT_EXTENSION(HHSDKVideo)) |
474 | /// 主动发起多人通话 | 478 | /// 主动发起多人通话 |
475 | /// \param type 呼叫类型 | 479 | /// \param type 呼叫类型 |
@@ -552,9 +556,11 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | @@ -552,9 +556,11 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo16HHMVideoDelegate_") | ||
552 | 556 | ||
553 | @class UIWindow; | 557 | @class UIWindow; |
554 | @class UICollectionView; | 558 | @class UICollectionView; |
559 | +@class NSIndexPath; | ||
555 | @class UICollectionViewCell; | 560 | @class UICollectionViewCell; |
556 | @class UIScrollView; | 561 | @class UIScrollView; |
557 | 562 | ||
563 | +IB_DESIGNABLE | ||
558 | SWIFT_CLASS("_TtC10HHSDKVideo11HHPagerView") | 564 | SWIFT_CLASS("_TtC10HHSDKVideo11HHPagerView") |
559 | @interface HHPagerView : UIView <UICollectionViewDataSource, UICollectionViewDelegate> | 565 | @interface HHPagerView : UIView <UICollectionViewDataSource, UICollectionViewDelegate> |
560 | - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; | 566 | - (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; |
@@ -597,6 +603,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo12HHPermission") | @@ -597,6 +603,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo12HHPermission") | ||
597 | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); | 603 | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
598 | @end | 604 | @end |
599 | 605 | ||
606 | +@class CLLocationManager; | ||
600 | 607 | ||
601 | @interface HHPermission (SWIFT_EXTENSION(HHSDKVideo)) <CLLocationManagerDelegate> | 608 | @interface HHPermission (SWIFT_EXTENSION(HHSDKVideo)) <CLLocationManagerDelegate> |
602 | - (void)locationManager:(CLLocationManager * _Nonnull)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status; | 609 | - (void)locationManager:(CLLocationManager * _Nonnull)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status; |
@@ -608,11 +615,6 @@ SWIFT_CLASS("_TtC10HHSDKVideo12HHPermission") | @@ -608,11 +615,6 @@ SWIFT_CLASS("_TtC10HHSDKVideo12HHPermission") | ||
608 | 615 | ||
609 | 616 | ||
610 | 617 | ||
611 | - | ||
612 | - | ||
613 | - | ||
614 | - | ||
615 | - | ||
616 | @interface HHPermission (SWIFT_EXTENSION(HHSDKVideo)) | 618 | @interface HHPermission (SWIFT_EXTENSION(HHSDKVideo)) |
617 | /// The textual representation of self. | 619 | /// The textual representation of self. |
618 | @property (nonatomic, readonly, copy) NSString * _Nonnull description; | 620 | @property (nonatomic, readonly, copy) NSString * _Nonnull description; |
@@ -667,8 +669,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | @@ -667,8 +669,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo5HHRTC_") | ||
667 | 669 | ||
668 | 670 | ||
669 | 671 | ||
670 | - | ||
671 | - | ||
672 | SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") | 672 | SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") |
673 | @protocol OptionProtocal | 673 | @protocol OptionProtocal |
674 | @property (nonatomic) BOOL isDebug; | 674 | @property (nonatomic) BOOL isDebug; |
@@ -695,7 +695,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") | @@ -695,7 +695,6 @@ SWIFT_PROTOCOL("_TtP10HHSDKVideo14OptionProtocal_") | ||
695 | @end | 695 | @end |
696 | 696 | ||
697 | 697 | ||
698 | - | ||
699 | typedef SWIFT_ENUM(NSInteger, PermissionType, open) { | 698 | typedef SWIFT_ENUM(NSInteger, PermissionType, open) { |
700 | PermissionTypeLocationAlways = 0, | 699 | PermissionTypeLocationAlways = 0, |
701 | PermissionTypeLocationWhenInUse = 1, | 700 | PermissionTypeLocationWhenInUse = 1, |
@@ -724,24 +723,6 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, open) { | @@ -724,24 +723,6 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, open) { | ||
724 | 723 | ||
725 | 724 | ||
726 | 725 | ||
727 | - | ||
728 | - | ||
729 | - | ||
730 | - | ||
731 | - | ||
732 | - | ||
733 | - | ||
734 | - | ||
735 | - | ||
736 | - | ||
737 | - | ||
738 | - | ||
739 | - | ||
740 | - | ||
741 | - | ||
742 | - | ||
743 | - | ||
744 | - | ||
745 | @class UITapGestureRecognizer; | 726 | @class UITapGestureRecognizer; |
746 | @class NSTimer; | 727 | @class NSTimer; |
747 | 728 | ||
@@ -753,10 +734,6 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, open) { | @@ -753,10 +734,6 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, open) { | ||
753 | 734 | ||
754 | 735 | ||
755 | 736 | ||
756 | - | ||
757 | - | ||
758 | - | ||
759 | - | ||
760 | SWIFT_CLASS("_TtC10HHSDKVideo9VCManager") | 737 | SWIFT_CLASS("_TtC10HHSDKVideo9VCManager") |
761 | @interface VCManager : NSObject | 738 | @interface VCManager : NSObject |
762 | - (nonnull instancetype)init SWIFT_UNAVAILABLE; | 739 | - (nonnull instancetype)init SWIFT_UNAVAILABLE; |
@@ -765,9 +742,8 @@ SWIFT_CLASS("_TtC10HHSDKVideo9VCManager") | @@ -765,9 +742,8 @@ SWIFT_CLASS("_TtC10HHSDKVideo9VCManager") | ||
765 | 742 | ||
766 | 743 | ||
767 | 744 | ||
768 | - | ||
769 | - | ||
770 | #if __has_attribute(external_source_symbol) | 745 | #if __has_attribute(external_source_symbol) |
771 | # pragma clang attribute pop | 746 | # pragma clang attribute pop |
772 | #endif | 747 | #endif |
773 | #pragma clang diagnostic pop | 748 | #pragma clang diagnostic pop |
749 | +#endif |
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Modules/HHSDKVideo.swiftmodule/Project/arm64.swiftsourceinfo
0 → 100644
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKVideo | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKVideo |
4 | import AVFoundation | 4 | import AVFoundation |
5 | import CoreGraphics | 5 | import CoreGraphics |
@@ -42,7 +42,7 @@ import UserNotifications | @@ -42,7 +42,7 @@ import UserNotifications | ||
42 | public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | 42 | public var HMDefaultOpt: HHSDKVideo.OptionProtocal { |
43 | get | 43 | get |
44 | } | 44 | } |
45 | -@objc public class HHPhotoPickerController : UIKit.UINavigationController { | 45 | +@objc @_inheritsConvenienceInitializers public class HHPhotoPickerController : UIKit.UINavigationController { |
46 | @objc override dynamic public func viewDidLoad() | 46 | @objc override dynamic public func viewDidLoad() |
47 | convenience public init(localPath: Swift.String? = nil, deleteMode: Swift.Bool = false, finish: (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)? = nil) | 47 | convenience public init(localPath: Swift.String? = nil, deleteMode: Swift.Bool = false, finish: (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)? = nil) |
48 | @objc deinit | 48 | @objc deinit |
@@ -52,7 +52,7 @@ public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | @@ -52,7 +52,7 @@ public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | ||
52 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 52 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
53 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 53 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
54 | } | 54 | } |
55 | -@objc public class CommentBaseVC : UIKit.UIViewController { | 55 | +@objc @_inheritsConvenienceInitializers public class CommentBaseVC : UIKit.UIViewController { |
56 | @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | 56 | @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) |
57 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 57 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
58 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 58 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
@@ -91,8 +91,8 @@ public enum HHMediaType : Swift.Int { | @@ -91,8 +91,8 @@ public enum HHMediaType : Swift.Int { | ||
91 | case photoVideo | 91 | case photoVideo |
92 | case cusPhoto | 92 | case cusPhoto |
93 | case sysCrop | 93 | case sysCrop |
94 | - public typealias RawValue = Swift.Int | ||
95 | public init?(rawValue: Swift.Int) | 94 | public init?(rawValue: Swift.Int) |
95 | + public typealias RawValue = Swift.Int | ||
96 | public var rawValue: Swift.Int { | 96 | public var rawValue: Swift.Int { |
97 | get | 97 | get |
98 | } | 98 | } |
@@ -132,11 +132,11 @@ extension EKAttributes { | @@ -132,11 +132,11 @@ extension EKAttributes { | ||
132 | case top | 132 | case top |
133 | case bottom | 133 | case bottom |
134 | case automatic | 134 | case automatic |
135 | + public func hash(into hasher: inout Swift.Hasher) | ||
136 | + public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition, b: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition) -> Swift.Bool | ||
135 | public var hashValue: Swift.Int { | 137 | public var hashValue: Swift.Int { |
136 | get | 138 | get |
137 | } | 139 | } |
138 | - public func hash(into hasher: inout Swift.Hasher) | ||
139 | - public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition, b: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition) -> Swift.Bool | ||
140 | } | 140 | } |
141 | public var duration: Foundation.TimeInterval | 141 | public var duration: Foundation.TimeInterval |
142 | public var delay: Foundation.TimeInterval | 142 | public var delay: Foundation.TimeInterval |
@@ -179,7 +179,7 @@ extension EKAttributes { | @@ -179,7 +179,7 @@ extension EKAttributes { | ||
179 | public static func == (a: HHSDKVideo.EKAttributes.Animation, b: HHSDKVideo.EKAttributes.Animation) -> Swift.Bool | 179 | public static func == (a: HHSDKVideo.EKAttributes.Animation, b: HHSDKVideo.EKAttributes.Animation) -> Swift.Bool |
180 | } | 180 | } |
181 | } | 181 | } |
182 | -@objc public class EKSimpleMessageView : UIKit.UIView { | 182 | +@objc @_hasMissingDesignatedInitializers public class EKSimpleMessageView : UIKit.UIView { |
183 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 183 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
184 | @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) | 184 | @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) |
185 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 185 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
@@ -226,7 +226,7 @@ public struct HHDoctorModel : HHSDKBase.Mappable { | @@ -226,7 +226,7 @@ public struct HHDoctorModel : HHSDKBase.Mappable { | ||
226 | public var videoprice: Swift.Float? | 226 | public var videoprice: Swift.Float? |
227 | public var license: Swift.String? | 227 | public var license: Swift.String? |
228 | public init() | 228 | public init() |
229 | - mutating public func mapping(map: HHSDKBase.Map) | 229 | + public mutating func mapping(map: HHSDKBase.Map) |
230 | public func isJianzhi() -> Swift.Bool | 230 | public func isJianzhi() -> Swift.Bool |
231 | public func supportType(type: HHSDKVideo.HHConsType) -> Swift.Bool | 231 | public func supportType(type: HHSDKVideo.HHConsType) -> Swift.Bool |
232 | public func getPrice() -> HHSDKVideo.HHPriceInfo? | 232 | public func getPrice() -> HHSDKVideo.HHPriceInfo? |
@@ -241,15 +241,15 @@ public struct LoginModel : HHSDKBase.Mappable { | @@ -241,15 +241,15 @@ public struct LoginModel : HHSDKBase.Mappable { | ||
241 | public var videoToken: Swift.String? | 241 | public var videoToken: Swift.String? |
242 | public var phoneno: Swift.String? | 242 | public var phoneno: Swift.String? |
243 | public init?(map: HHSDKBase.Map) | 243 | public init?(map: HHSDKBase.Map) |
244 | - mutating public func mapping(map: HHSDKBase.Map) | 244 | + public mutating func mapping(map: HHSDKBase.Map) |
245 | } | 245 | } |
246 | public enum HHConsType : Swift.String { | 246 | public enum HHConsType : Swift.String { |
247 | case normal | 247 | case normal |
248 | case expert_video | 248 | case expert_video |
249 | case feiDao | 249 | case feiDao |
250 | case video | 250 | case video |
251 | - public typealias RawValue = Swift.String | ||
252 | public init?(rawValue: Swift.String) | 251 | public init?(rawValue: Swift.String) |
252 | + public typealias RawValue = Swift.String | ||
253 | public var rawValue: Swift.String { | 253 | public var rawValue: Swift.String { |
254 | get | 254 | get |
255 | } | 255 | } |
@@ -258,7 +258,7 @@ public struct SDKConfigModel : HHSDKBase.Mappable { | @@ -258,7 +258,7 @@ public struct SDKConfigModel : HHSDKBase.Mappable { | ||
258 | public var cardIdActiveShow: Swift.Int | 258 | public var cardIdActiveShow: Swift.Int |
259 | public var changeDoctorTime: Swift.Int? | 259 | public var changeDoctorTime: Swift.Int? |
260 | public init?(map: HHSDKBase.Map) | 260 | public init?(map: HHSDKBase.Map) |
261 | - mutating public func mapping(map: HHSDKBase.Map) | 261 | + public mutating func mapping(map: HHSDKBase.Map) |
262 | } | 262 | } |
263 | extension HHPermission : CoreLocation.CLLocationManagerDelegate { | 263 | extension HHPermission : CoreLocation.CLLocationManagerDelegate { |
264 | @objc dynamic public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) | 264 | @objc dynamic public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) |
@@ -287,7 +287,7 @@ extension EKAttributes { | @@ -287,7 +287,7 @@ extension EKAttributes { | ||
287 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 287 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
288 | @objc deinit | 288 | @objc deinit |
289 | } | 289 | } |
290 | -public class BusyPics { | 290 | +@_hasMissingDesignatedInitializers public class BusyPics { |
291 | public static let `default`: HHSDKVideo.BusyPics | 291 | public static let `default`: HHSDKVideo.BusyPics |
292 | public func cacheImgs() | 292 | public func cacheImgs() |
293 | public func getImgs() -> [Foundation.URL?] | 293 | public func getImgs() -> [Foundation.URL?] |
@@ -305,9 +305,9 @@ public struct HHInviteDocModel : HHSDKBase.Mappable { | @@ -305,9 +305,9 @@ public struct HHInviteDocModel : HHSDKBase.Mappable { | ||
305 | public init(_ info: HHSDKVideo.HHNetCallChatInfo, meetId: Swift.UInt64?) | 305 | public init(_ info: HHSDKVideo.HHNetCallChatInfo, meetId: Swift.UInt64?) |
306 | public func isWhiteBoard() -> Swift.Bool | 306 | public func isWhiteBoard() -> Swift.Bool |
307 | public func isMultyCall() -> Swift.Bool | 307 | public func isMultyCall() -> Swift.Bool |
308 | - mutating public func mapping(map: HHSDKBase.Map) | 308 | + public mutating func mapping(map: HHSDKBase.Map) |
309 | } | 309 | } |
310 | -public class HHPhotoPicker { | 310 | +@_hasMissingDesignatedInitializers public class HHPhotoPicker { |
311 | public static func openCamera(config: HHSDKVideo.HHCameraConfig, capFinished: HHSDKVideo.onCapFinished? = nil) | 311 | public static func openCamera(config: HHSDKVideo.HHCameraConfig, capFinished: HHSDKVideo.onCapFinished? = nil) |
312 | public static func reduceImages(paths: [Swift.String], finished: @escaping (([Swift.String]) -> Swift.Void)) | 312 | public static func reduceImages(paths: [Swift.String], finished: @escaping (([Swift.String]) -> Swift.Void)) |
313 | public class func changeAvatar(vc: UIKit.UIViewController, reference: UIKit.UIView? = nil, uuid: Swift.Int, imgClosure: @escaping (UIKit.UIImage) -> Swift.Void, keyClosure: @escaping (Swift.String) -> Swift.Void) | 313 | public class func changeAvatar(vc: UIKit.UIViewController, reference: UIKit.UIView? = nil, uuid: Swift.Int, imgClosure: @escaping (UIKit.UIImage) -> Swift.Void, keyClosure: @escaping (Swift.String) -> Swift.Void) |
@@ -324,26 +324,26 @@ public struct HHWaitDoctorModel : HHSDKBase.Mappable { | @@ -324,26 +324,26 @@ public struct HHWaitDoctorModel : HHSDKBase.Mappable { | ||
324 | public var transUuid: Swift.Int? | 324 | public var transUuid: Swift.Int? |
325 | public init?(map: HHSDKBase.Map) | 325 | public init?(map: HHSDKBase.Map) |
326 | public func isWaiting() -> Swift.Bool | 326 | public func isWaiting() -> Swift.Bool |
327 | - mutating public func mapping(map: HHSDKBase.Map) | 327 | + public mutating func mapping(map: HHSDKBase.Map) |
328 | } | 328 | } |
329 | public struct HHWaitingCallModel : HHSDKBase.Mappable { | 329 | public struct HHWaitingCallModel : HHSDKBase.Mappable { |
330 | public init?(map: HHSDKBase.Map) | 330 | public init?(map: HHSDKBase.Map) |
331 | public func isCall() -> Swift.Bool | 331 | public func isCall() -> Swift.Bool |
332 | - mutating public func mapping(map: HHSDKBase.Map) | 332 | + public mutating func mapping(map: HHSDKBase.Map) |
333 | } | 333 | } |
334 | public struct HHAgentCallModel : HHSDKBase.Mappable { | 334 | public struct HHAgentCallModel : HHSDKBase.Mappable { |
335 | public init?(map: HHSDKBase.Map) | 335 | public init?(map: HHSDKBase.Map) |
336 | public func isAgent() -> Swift.Bool | 336 | public func isAgent() -> Swift.Bool |
337 | public func isTransform() -> Swift.Bool | 337 | public func isTransform() -> Swift.Bool |
338 | - mutating public func mapping(map: HHSDKBase.Map) | 338 | + public mutating func mapping(map: HHSDKBase.Map) |
339 | } | 339 | } |
340 | public enum PermissionStatus : Swift.String { | 340 | public enum PermissionStatus : Swift.String { |
341 | case authorized | 341 | case authorized |
342 | case denied | 342 | case denied |
343 | case disabled | 343 | case disabled |
344 | case notDetermined | 344 | case notDetermined |
345 | - public typealias RawValue = Swift.String | ||
346 | public init?(rawValue: Swift.String) | 345 | public init?(rawValue: Swift.String) |
346 | + public typealias RawValue = Swift.String | ||
347 | public var rawValue: Swift.String { | 347 | public var rawValue: Swift.String { |
348 | get | 348 | get |
349 | } | 349 | } |
@@ -353,7 +353,7 @@ extension PermissionStatus : Swift.CustomStringConvertible { | @@ -353,7 +353,7 @@ extension PermissionStatus : Swift.CustomStringConvertible { | ||
353 | get | 353 | get |
354 | } | 354 | } |
355 | } | 355 | } |
356 | -public class PhotoPickerConfig { | 356 | +@_hasMissingDesignatedInitializers public class PhotoPickerConfig { |
357 | public static let `default`: HHSDKVideo.PhotoPickerConfig | 357 | public static let `default`: HHSDKVideo.PhotoPickerConfig |
358 | public var miniPicTip: Swift.Bool | 358 | public var miniPicTip: Swift.Bool |
359 | public var mMaxSelectCount: Swift.Int | 359 | public var mMaxSelectCount: Swift.Int |
@@ -378,10 +378,10 @@ extension EKAttributes { | @@ -378,10 +378,10 @@ extension EKAttributes { | ||
378 | case chronological | 378 | case chronological |
379 | case priority | 379 | case priority |
380 | public static func == (a: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic, b: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic) -> Swift.Bool | 380 | public static func == (a: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic, b: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic) -> Swift.Bool |
381 | + public func hash(into hasher: inout Swift.Hasher) | ||
381 | public var hashValue: Swift.Int { | 382 | public var hashValue: Swift.Int { |
382 | get | 383 | get |
383 | } | 384 | } |
384 | - public func hash(into hasher: inout Swift.Hasher) | ||
385 | } | 385 | } |
386 | case override(priority: HHSDKVideo.EKAttributes.Precedence.Priority, dropEnqueuedEntries: Swift.Bool) | 386 | case override(priority: HHSDKVideo.EKAttributes.Precedence.Priority, dropEnqueuedEntries: Swift.Bool) |
387 | case enqueue(priority: HHSDKVideo.EKAttributes.Precedence.Priority) | 387 | case enqueue(priority: HHSDKVideo.EKAttributes.Precedence.Priority) |
@@ -403,7 +403,7 @@ extension EKAttributes.Precedence.Priority { | @@ -403,7 +403,7 @@ extension EKAttributes.Precedence.Priority { | ||
403 | public static let low: HHSDKVideo.EKAttributes.Precedence.Priority | 403 | public static let low: HHSDKVideo.EKAttributes.Precedence.Priority |
404 | public static let min: HHSDKVideo.EKAttributes.Precedence.Priority | 404 | public static let min: HHSDKVideo.EKAttributes.Precedence.Priority |
405 | } | 405 | } |
406 | -@objc public class VCManager : ObjectiveC.NSObject { | 406 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class VCManager : ObjectiveC.NSObject { |
407 | public static let `default`: HHSDKVideo.VCManager | 407 | public static let `default`: HHSDKVideo.VCManager |
408 | public var waitModel: HHSDKVideo.HHWaitDoctorModel? | 408 | public var waitModel: HHSDKVideo.HHWaitDoctorModel? |
409 | @objc deinit | 409 | @objc deinit |
@@ -515,8 +515,8 @@ public struct EKProperty { | @@ -515,8 +515,8 @@ public struct EKProperty { | ||
515 | case callFreeDoctor | 515 | case callFreeDoctor |
516 | case callConnect | 516 | case callConnect |
517 | case didRing | 517 | case didRing |
518 | - public typealias RawValue = Swift.Int | ||
519 | public init?(rawValue: Swift.Int) | 518 | public init?(rawValue: Swift.Int) |
519 | + public typealias RawValue = Swift.Int | ||
520 | public var rawValue: Swift.Int { | 520 | public var rawValue: Swift.Int { |
521 | get | 521 | get |
522 | } | 522 | } |
@@ -578,15 +578,15 @@ extension UIImage { | @@ -578,15 +578,15 @@ extension UIImage { | ||
578 | public class func gifImageWithURL(_ gifUrl: Swift.String) -> UIKit.UIImage? | 578 | public class func gifImageWithURL(_ gifUrl: Swift.String) -> UIKit.UIImage? |
579 | public class func gifImageWithName(_ name: Swift.String) -> UIKit.UIImage? | 579 | public class func gifImageWithName(_ name: Swift.String) -> UIKit.UIImage? |
580 | } | 580 | } |
581 | -public class HHNetCallChatInfo { | 581 | +@_hasMissingDesignatedInitializers public class HHNetCallChatInfo { |
582 | public init() | 582 | public init() |
583 | @objc deinit | 583 | @objc deinit |
584 | } | 584 | } |
585 | @objc public enum HHCallType : Swift.Int { | 585 | @objc public enum HHCallType : Swift.Int { |
586 | case child = 600000 | 586 | case child = 600000 |
587 | case adult = 600002 | 587 | case adult = 600002 |
588 | - public typealias RawValue = Swift.Int | ||
589 | public init?(rawValue: Swift.Int) | 588 | public init?(rawValue: Swift.Int) |
589 | + public typealias RawValue = Swift.Int | ||
590 | public var rawValue: Swift.Int { | 590 | public var rawValue: Swift.Int { |
591 | get | 591 | get |
592 | } | 592 | } |
@@ -669,7 +669,7 @@ extension EKAttributes { | @@ -669,7 +669,7 @@ extension EKAttributes { | ||
669 | } | 669 | } |
670 | } | 670 | } |
671 | } | 671 | } |
672 | -@objc final public class EKNotificationMessageView : HHSDKVideo.EKSimpleMessageView { | 672 | +@objc @_hasMissingDesignatedInitializers final public class EKNotificationMessageView : HHSDKVideo.EKSimpleMessageView { |
673 | public init(with message: HHSDKVideo.EKNotificationMessage) | 673 | public init(with message: HHSDKVideo.EKNotificationMessage) |
674 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 674 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
675 | @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) | 675 | @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) |
@@ -682,10 +682,10 @@ extension EKAttributes { | @@ -682,10 +682,10 @@ extension EKAttributes { | ||
682 | case error | 682 | case error |
683 | case none | 683 | case none |
684 | public static func == (a: HHSDKVideo.EKAttributes.NotificationHapticFeedback, b: HHSDKVideo.EKAttributes.NotificationHapticFeedback) -> Swift.Bool | 684 | public static func == (a: HHSDKVideo.EKAttributes.NotificationHapticFeedback, b: HHSDKVideo.EKAttributes.NotificationHapticFeedback) -> Swift.Bool |
685 | + public func hash(into hasher: inout Swift.Hasher) | ||
685 | public var hashValue: Swift.Int { | 686 | public var hashValue: Swift.Int { |
686 | get | 687 | get |
687 | } | 688 | } |
688 | - public func hash(into hasher: inout Swift.Hasher) | ||
689 | } | 689 | } |
690 | } | 690 | } |
691 | @objc public enum HHPagerViewTransformerType : Swift.Int { | 691 | @objc public enum HHPagerViewTransformerType : Swift.Int { |
@@ -698,8 +698,8 @@ extension EKAttributes { | @@ -698,8 +698,8 @@ extension EKAttributes { | ||
698 | case ferrisWheel | 698 | case ferrisWheel |
699 | case invertedFerrisWheel | 699 | case invertedFerrisWheel |
700 | case cubic | 700 | case cubic |
701 | - public typealias RawValue = Swift.Int | ||
702 | public init?(rawValue: Swift.Int) | 701 | public init?(rawValue: Swift.Int) |
702 | + public typealias RawValue = Swift.Int | ||
703 | public var rawValue: Swift.Int { | 703 | public var rawValue: Swift.Int { |
704 | get | 704 | get |
705 | } | 705 | } |
@@ -756,10 +756,10 @@ extension EKAttributes { | @@ -756,10 +756,10 @@ extension EKAttributes { | ||
756 | case standard | 756 | case standard |
757 | case all | 757 | case all |
758 | public static func == (a: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation, b: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation) -> Swift.Bool | 758 | public static func == (a: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation, b: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation) -> Swift.Bool |
759 | + public func hash(into hasher: inout Swift.Hasher) | ||
759 | public var hashValue: Swift.Int { | 760 | public var hashValue: Swift.Int { |
760 | get | 761 | get |
761 | } | 762 | } |
762 | - public func hash(into hasher: inout Swift.Hasher) | ||
763 | } | 763 | } |
764 | public var isEnabled: Swift.Bool | 764 | public var isEnabled: Swift.Bool |
765 | public var supportedInterfaceOrientations: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation | 765 | public var supportedInterfaceOrientations: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation |
@@ -792,8 +792,8 @@ extension EKAttributes { | @@ -792,8 +792,8 @@ extension EKAttributes { | ||
792 | case microphone | 792 | case microphone |
793 | case camera | 793 | case camera |
794 | case photos | 794 | case photos |
795 | - public typealias RawValue = Swift.Int | ||
796 | public init?(rawValue: Swift.Int) | 795 | public init?(rawValue: Swift.Int) |
796 | + public typealias RawValue = Swift.Int | ||
797 | public var rawValue: Swift.Int { | 797 | public var rawValue: Swift.Int { |
798 | get | 798 | get |
799 | } | 799 | } |
@@ -806,7 +806,7 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -806,7 +806,7 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
806 | extension EKAttributes { | 806 | extension EKAttributes { |
807 | public typealias DisplayDuration = Foundation.TimeInterval | 807 | public typealias DisplayDuration = Foundation.TimeInterval |
808 | } | 808 | } |
809 | -@objc @IBDesignable public class HHPagerView : UIKit.UIView, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate { | 809 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable public class HHPagerView : UIKit.UIView, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate { |
810 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 810 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
811 | @objc override dynamic public func layoutSubviews() | 811 | @objc override dynamic public func layoutSubviews() |
812 | @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) | 812 | @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) |
@@ -857,18 +857,18 @@ extension EKAttributes { | @@ -857,18 +857,18 @@ extension EKAttributes { | ||
857 | get | 857 | get |
858 | } | 858 | } |
859 | public static func == (a: HHSDKVideo.EKAttributes.StatusBar, b: HHSDKVideo.EKAttributes.StatusBar) -> Swift.Bool | 859 | public static func == (a: HHSDKVideo.EKAttributes.StatusBar, b: HHSDKVideo.EKAttributes.StatusBar) -> Swift.Bool |
860 | + public func hash(into hasher: inout Swift.Hasher) | ||
860 | public var hashValue: Swift.Int { | 861 | public var hashValue: Swift.Int { |
861 | get | 862 | get |
862 | } | 863 | } |
863 | - public func hash(into hasher: inout Swift.Hasher) | ||
864 | } | 864 | } |
865 | } | 865 | } |
866 | -@objc final public class EKAlertMessageView : HHSDKVideo.EKSimpleMessageView { | 866 | +@objc @_hasMissingDesignatedInitializers final public class EKAlertMessageView : HHSDKVideo.EKSimpleMessageView { |
867 | public init(with message: HHSDKVideo.EKAlertMessage) | 867 | public init(with message: HHSDKVideo.EKAlertMessage) |
868 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 868 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
869 | @objc deinit | 869 | @objc deinit |
870 | } | 870 | } |
871 | -@objc public class HHPermission : ObjectiveC.NSObject { | 871 | +@objc @_hasMissingDesignatedInitializers public class HHPermission : ObjectiveC.NSObject { |
872 | public static let locationAlways: HHSDKVideo.HHPermission | 872 | public static let locationAlways: HHSDKVideo.HHPermission |
873 | public static let locationWhenInUse: HHSDKVideo.HHPermission | 873 | public static let locationWhenInUse: HHSDKVideo.HHPermission |
874 | public static let microphone: HHSDKVideo.HHPermission | 874 | public static let microphone: HHSDKVideo.HHPermission |
@@ -895,7 +895,7 @@ extension HHPermission { | @@ -895,7 +895,7 @@ extension HHPermission { | ||
895 | @objc get | 895 | @objc get |
896 | } | 896 | } |
897 | } | 897 | } |
898 | -@objc public class HHCallerInfo : ObjectiveC.NSObject, HHSDKBase.Mappable { | 898 | +@_inheritsConvenienceInitializers @objc public class HHCallerInfo : ObjectiveC.NSObject, HHSDKBase.Mappable { |
899 | public var name: Swift.String? | 899 | public var name: Swift.String? |
900 | public var photourl: Swift.String? | 900 | public var photourl: Swift.String? |
901 | public var uuid: Swift.Int? | 901 | public var uuid: Swift.Int? |
@@ -962,10 +962,10 @@ public enum hhToastPosition { | @@ -962,10 +962,10 @@ public enum hhToastPosition { | ||
962 | case center | 962 | case center |
963 | case bottom | 963 | case bottom |
964 | public static func == (a: HHSDKVideo.hhToastPosition, b: HHSDKVideo.hhToastPosition) -> Swift.Bool | 964 | public static func == (a: HHSDKVideo.hhToastPosition, b: HHSDKVideo.hhToastPosition) -> Swift.Bool |
965 | + public func hash(into hasher: inout Swift.Hasher) | ||
965 | public var hashValue: Swift.Int { | 966 | public var hashValue: Swift.Int { |
966 | get | 967 | get |
967 | } | 968 | } |
968 | - public func hash(into hasher: inout Swift.Hasher) | ||
969 | } | 969 | } |
970 | extension UIView { | 970 | extension UIView { |
971 | public func hhmakeToast(_ message: Swift.String) | 971 | public func hhmakeToast(_ message: Swift.String) |
@@ -1017,14 +1017,14 @@ public struct hhToastStyle { | @@ -1017,14 +1017,14 @@ public struct hhToastStyle { | ||
1017 | public var shadowOffset: CoreGraphics.CGSize | 1017 | public var shadowOffset: CoreGraphics.CGSize |
1018 | public var imageSize: CoreGraphics.CGSize | 1018 | public var imageSize: CoreGraphics.CGSize |
1019 | public var activitySize: CoreGraphics.CGSize | 1019 | public var activitySize: CoreGraphics.CGSize |
1020 | - public var fadeDuration: Foundation.TimeInterval | 1020 | + public var fadeDuration: Swift.Double |
1021 | } | 1021 | } |
1022 | public struct EKAttributes { | 1022 | public struct EKAttributes { |
1023 | public var name: Swift.String? | 1023 | public var name: Swift.String? |
1024 | public var windowLevel: HHSDKVideo.EKAttributes.WindowLevel | 1024 | public var windowLevel: HHSDKVideo.EKAttributes.WindowLevel |
1025 | public var position: HHSDKVideo.EKAttributes.Position | 1025 | public var position: HHSDKVideo.EKAttributes.Position |
1026 | public var precedence: HHSDKVideo.EKAttributes.Precedence | 1026 | public var precedence: HHSDKVideo.EKAttributes.Precedence |
1027 | - public var displayDuration: HHSDKVideo.EKAttributes.DisplayDuration | 1027 | + public var displayDuration: Swift.Double |
1028 | public var positionConstraints: HHSDKVideo.EKAttributes.PositionConstraints | 1028 | public var positionConstraints: HHSDKVideo.EKAttributes.PositionConstraints |
1029 | public var screenInteraction: HHSDKVideo.EKAttributes.UserInteraction | 1029 | public var screenInteraction: HHSDKVideo.EKAttributes.UserInteraction |
1030 | public var entryInteraction: HHSDKVideo.EKAttributes.UserInteraction | 1030 | public var entryInteraction: HHSDKVideo.EKAttributes.UserInteraction |
@@ -1046,7 +1046,7 @@ public struct EKAttributes { | @@ -1046,7 +1046,7 @@ public struct EKAttributes { | ||
1046 | } | 1046 | } |
1047 | public init() | 1047 | public init() |
1048 | } | 1048 | } |
1049 | -@objc public class HHMSDK : ObjectiveC.NSObject { | 1049 | +@_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { |
1050 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1050 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
@@ -1073,14 +1073,14 @@ extension HHMSDK { | @@ -1073,14 +1073,14 @@ extension HHMSDK { | ||
1073 | extension HHMSDK { | 1073 | extension HHMSDK { |
1074 | public func sendBaseLog(ex: [Swift.String : Swift.String]? = nil, action: [Swift.String : Swift.String]? = nil) | 1074 | public func sendBaseLog(ex: [Swift.String : Swift.String]? = nil, action: [Swift.String : Swift.String]? = nil) |
1075 | } | 1075 | } |
1076 | -@objc public class CommentVC : HHSDKVideo.CommentBaseVC { | 1076 | +@objc @_inheritsConvenienceInitializers public class CommentVC : HHSDKVideo.CommentBaseVC { |
1077 | @objc override dynamic public func viewDidLoad() | 1077 | @objc override dynamic public func viewDidLoad() |
1078 | public static func show(_ orderId: Swift.String, docId: Swift.String, uuid: Swift.Int?, type: HHSDKVideo.HHCallType?, _ model: HHSDKVideo.HHGetQuesetionModel?) | 1078 | public static func show(_ orderId: Swift.String, docId: Swift.String, uuid: Swift.Int?, type: HHSDKVideo.HHCallType?, _ model: HHSDKVideo.HHGetQuesetionModel?) |
1079 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 1079 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
1080 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1080 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
1081 | @objc deinit | 1081 | @objc deinit |
1082 | } | 1082 | } |
1083 | -@objc final public class EKRatingSymbolsContainerView : UIKit.UIView { | 1083 | +@objc @_inheritsConvenienceInitializers final public class EKRatingSymbolsContainerView : UIKit.UIView { |
1084 | final public func setup(with message: HHSDKVideo.EKRatingMessage, externalSelection: @escaping HHSDKVideo.EKRatingMessage.Selection) | 1084 | final public func setup(with message: HHSDKVideo.EKRatingMessage, externalSelection: @escaping HHSDKVideo.EKRatingMessage.Selection) |
1085 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1085 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1086 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1086 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
@@ -1152,10 +1152,10 @@ extension EKAttributes { | @@ -1152,10 +1152,10 @@ extension EKAttributes { | ||
1152 | get | 1152 | get |
1153 | } | 1153 | } |
1154 | public static func == (a: HHSDKVideo.EKAttributes.Position, b: HHSDKVideo.EKAttributes.Position) -> Swift.Bool | 1154 | public static func == (a: HHSDKVideo.EKAttributes.Position, b: HHSDKVideo.EKAttributes.Position) -> Swift.Bool |
1155 | + public func hash(into hasher: inout Swift.Hasher) | ||
1155 | public var hashValue: Swift.Int { | 1156 | public var hashValue: Swift.Int { |
1156 | get | 1157 | get |
1157 | } | 1158 | } |
1158 | - public func hash(into hasher: inout Swift.Hasher) | ||
1159 | } | 1159 | } |
1160 | } | 1160 | } |
1161 | @objc public protocol HHRTC { | 1161 | @objc public protocol HHRTC { |
@@ -1181,8 +1181,8 @@ public enum RecordImgType : Swift.Int { | @@ -1181,8 +1181,8 @@ public enum RecordImgType : Swift.Int { | ||
1181 | case check | 1181 | case check |
1182 | case yingXiang | 1182 | case yingXiang |
1183 | case video | 1183 | case video |
1184 | - public typealias RawValue = Swift.Int | ||
1185 | public init?(rawValue: Swift.Int) | 1184 | public init?(rawValue: Swift.Int) |
1185 | + public typealias RawValue = Swift.Int | ||
1186 | public var rawValue: Swift.Int { | 1186 | public var rawValue: Swift.Int { |
1187 | get | 1187 | get |
1188 | } | 1188 | } |
@@ -1197,7 +1197,7 @@ public struct HHGetQuesetionModel : HHSDKBase.Mappable { | @@ -1197,7 +1197,7 @@ public struct HHGetQuesetionModel : HHSDKBase.Mappable { | ||
1197 | public var rate: [HHSDKVideo.rateModel]? | 1197 | public var rate: [HHSDKVideo.rateModel]? |
1198 | public init?(map: HHSDKBase.Map) | 1198 | public init?(map: HHSDKBase.Map) |
1199 | public init() | 1199 | public init() |
1200 | - mutating public func mapping(map: HHSDKBase.Map) | 1200 | + public mutating func mapping(map: HHSDKBase.Map) |
1201 | public func isHaveQ() -> Swift.Bool | 1201 | public func isHaveQ() -> Swift.Bool |
1202 | } | 1202 | } |
1203 | public struct HHQuesetionModel : HHSDKBase.Mappable { | 1203 | public struct HHQuesetionModel : HHSDKBase.Mappable { |
@@ -1206,7 +1206,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable { | @@ -1206,7 +1206,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable { | ||
1206 | public var content: Swift.String? | 1206 | public var content: Swift.String? |
1207 | public var id: Swift.Int? | 1207 | public var id: Swift.Int? |
1208 | public init?(map: HHSDKBase.Map) | 1208 | public init?(map: HHSDKBase.Map) |
1209 | - mutating public func mapping(map: HHSDKBase.Map) | 1209 | + public mutating func mapping(map: HHSDKBase.Map) |
1210 | } | 1210 | } |
1211 | public struct rateModel : HHSDKBase.Mappable { | 1211 | public struct rateModel : HHSDKBase.Mappable { |
1212 | public var createTime: Swift.Int? | 1212 | public var createTime: Swift.Int? |
@@ -1215,7 +1215,7 @@ public struct rateModel : HHSDKBase.Mappable { | @@ -1215,7 +1215,7 @@ public struct rateModel : HHSDKBase.Mappable { | ||
1215 | public var id: Swift.Int? | 1215 | public var id: Swift.Int? |
1216 | public var answerOne: Swift.String? | 1216 | public var answerOne: Swift.String? |
1217 | public init?(map: HHSDKBase.Map) | 1217 | public init?(map: HHSDKBase.Map) |
1218 | - mutating public func mapping(map: HHSDKBase.Map) | 1218 | + public mutating func mapping(map: HHSDKBase.Map) |
1219 | } | 1219 | } |
1220 | public struct NotifyInfo { | 1220 | public struct NotifyInfo { |
1221 | public init() | 1221 | public init() |
@@ -1234,10 +1234,10 @@ public struct NotifyInfo { | @@ -1234,10 +1234,10 @@ public struct NotifyInfo { | ||
1234 | public struct EKColor : Swift.Equatable { | 1234 | public struct EKColor : Swift.Equatable { |
1235 | public var dark: UIKit.UIColor { | 1235 | public var dark: UIKit.UIColor { |
1236 | get | 1236 | get |
1237 | - } | 1237 | + } |
1238 | public var light: UIKit.UIColor { | 1238 | public var light: UIKit.UIColor { |
1239 | get | 1239 | get |
1240 | - } | 1240 | + } |
1241 | public init(light: UIKit.UIColor, dark: UIKit.UIColor) | 1241 | public init(light: UIKit.UIColor, dark: UIKit.UIColor) |
1242 | public init(_ unified: UIKit.UIColor) | 1242 | public init(_ unified: UIKit.UIColor) |
1243 | public init(rgb: Swift.Int) | 1243 | public init(rgb: Swift.Int) |
@@ -1287,9 +1287,9 @@ public struct OrderModel : HHSDKBase.Mappable { | @@ -1287,9 +1287,9 @@ public struct OrderModel : HHSDKBase.Mappable { | ||
1287 | public var expertName: Swift.String? | 1287 | public var expertName: Swift.String? |
1288 | public var patientName: Swift.String? | 1288 | public var patientName: Swift.String? |
1289 | public init?(map: HHSDKBase.Map) | 1289 | public init?(map: HHSDKBase.Map) |
1290 | - mutating public func mapping(map: HHSDKBase.Map) | 1290 | + public mutating func mapping(map: HHSDKBase.Map) |
1291 | } | 1291 | } |
1292 | -@objc public class EKAccessoryNoteMessageView : UIKit.UIView { | 1292 | +@objc @_inheritsConvenienceInitializers public class EKAccessoryNoteMessageView : UIKit.UIView { |
1293 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1293 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1294 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1294 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
1295 | @objc deinit | 1295 | @objc deinit |
@@ -1299,10 +1299,10 @@ public struct EKAlertMessage { | @@ -1299,10 +1299,10 @@ public struct EKAlertMessage { | ||
1299 | case top | 1299 | case top |
1300 | case left | 1300 | case left |
1301 | public static func == (a: HHSDKVideo.EKAlertMessage.ImagePosition, b: HHSDKVideo.EKAlertMessage.ImagePosition) -> Swift.Bool | 1301 | public static func == (a: HHSDKVideo.EKAlertMessage.ImagePosition, b: HHSDKVideo.EKAlertMessage.ImagePosition) -> Swift.Bool |
1302 | + public func hash(into hasher: inout Swift.Hasher) | ||
1302 | public var hashValue: Swift.Int { | 1303 | public var hashValue: Swift.Int { |
1303 | get | 1304 | get |
1304 | } | 1305 | } |
1305 | - public func hash(into hasher: inout Swift.Hasher) | ||
1306 | } | 1306 | } |
1307 | public let imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition | 1307 | public let imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition |
1308 | public let simpleMessage: HHSDKVideo.EKSimpleMessage | 1308 | public let simpleMessage: HHSDKVideo.EKSimpleMessage |
@@ -1323,7 +1323,7 @@ public struct EKAlertMessage { | @@ -1323,7 +1323,7 @@ public struct EKAlertMessage { | ||
1323 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1323 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1324 | @objc deinit | 1324 | @objc deinit |
1325 | } | 1325 | } |
1326 | -final public class SwiftEntryKit { | 1326 | +@_hasMissingDesignatedInitializers final public class SwiftEntryKit { |
1327 | public enum EntryDismissalDescriptor { | 1327 | public enum EntryDismissalDescriptor { |
1328 | case specific(entryName: Swift.String) | 1328 | case specific(entryName: Swift.String) |
1329 | case prioritizedLowerOrEqualTo(priority: HHSDKVideo.EKAttributes.Precedence.Priority) | 1329 | case prioritizedLowerOrEqualTo(priority: HHSDKVideo.EKAttributes.Precedence.Priority) |
@@ -1405,11 +1405,11 @@ public enum HHIMCmd : Swift.String { | @@ -1405,11 +1405,11 @@ public enum HHIMCmd : Swift.String { | ||
1405 | case cancel_invite | 1405 | case cancel_invite |
1406 | case exit_camera | 1406 | case exit_camera |
1407 | case enter_camera | 1407 | case enter_camera |
1408 | + public init?(rawValue: Swift.String) | ||
1408 | public typealias RawValue = Swift.String | 1409 | public typealias RawValue = Swift.String |
1409 | public var rawValue: Swift.String { | 1410 | public var rawValue: Swift.String { |
1410 | get | 1411 | get |
1411 | } | 1412 | } |
1412 | - public init?(rawValue: Swift.String) | ||
1413 | } | 1413 | } |
1414 | extension EKAttributes { | 1414 | extension EKAttributes { |
1415 | public enum DisplayMode { | 1415 | public enum DisplayMode { |
@@ -1417,10 +1417,10 @@ extension EKAttributes { | @@ -1417,10 +1417,10 @@ extension EKAttributes { | ||
1417 | case light | 1417 | case light |
1418 | case dark | 1418 | case dark |
1419 | public static func == (a: HHSDKVideo.EKAttributes.DisplayMode, b: HHSDKVideo.EKAttributes.DisplayMode) -> Swift.Bool | 1419 | public static func == (a: HHSDKVideo.EKAttributes.DisplayMode, b: HHSDKVideo.EKAttributes.DisplayMode) -> Swift.Bool |
1420 | + public func hash(into hasher: inout Swift.Hasher) | ||
1420 | public var hashValue: Swift.Int { | 1421 | public var hashValue: Swift.Int { |
1421 | get | 1422 | get |
1422 | } | 1423 | } |
1423 | - public func hash(into hasher: inout Swift.Hasher) | ||
1424 | } | 1424 | } |
1425 | } | 1425 | } |
1426 | public struct EKSimpleMessage { | 1426 | public struct EKSimpleMessage { |
@@ -1468,18 +1468,18 @@ public enum TrtcLog : Swift.String { | @@ -1468,18 +1468,18 @@ public enum TrtcLog : Swift.String { | ||
1468 | case video_busy | 1468 | case video_busy |
1469 | case permit_error | 1469 | case permit_error |
1470 | case transform | 1470 | case transform |
1471 | + public init?(rawValue: Swift.String) | ||
1471 | public typealias RawValue = Swift.String | 1472 | public typealias RawValue = Swift.String |
1472 | public var rawValue: Swift.String { | 1473 | public var rawValue: Swift.String { |
1473 | get | 1474 | get |
1474 | } | 1475 | } |
1475 | - public init?(rawValue: Swift.String) | ||
1476 | } | 1476 | } |
1477 | public enum TrtcError : Swift.String { | 1477 | public enum TrtcError : Swift.String { |
1478 | case callTimeOut | 1478 | case callTimeOut |
1479 | case rtcError | 1479 | case rtcError |
1480 | case enterRoomFail | 1480 | case enterRoomFail |
1481 | - public typealias RawValue = Swift.String | ||
1482 | public init?(rawValue: Swift.String) | 1481 | public init?(rawValue: Swift.String) |
1482 | + public typealias RawValue = Swift.String | ||
1483 | public var rawValue: Swift.String { | 1483 | public var rawValue: Swift.String { |
1484 | get | 1484 | get |
1485 | } | 1485 | } |
@@ -1501,9 +1501,9 @@ public struct CallDoctorModel : HHSDKBase.Mappable { | @@ -1501,9 +1501,9 @@ public struct CallDoctorModel : HHSDKBase.Mappable { | ||
1501 | public var pushFlowUrl: Swift.String? | 1501 | public var pushFlowUrl: Swift.String? |
1502 | public var realPatientUuid: Swift.Int? | 1502 | public var realPatientUuid: Swift.Int? |
1503 | public init?(map: HHSDKBase.Map) | 1503 | public init?(map: HHSDKBase.Map) |
1504 | - mutating public func mapping(map: HHSDKBase.Map) | 1504 | + public mutating func mapping(map: HHSDKBase.Map) |
1505 | } | 1505 | } |
1506 | -public class PermissionAlert { | 1506 | +@_hasMissingDesignatedInitializers public class PermissionAlert { |
1507 | @objc deinit | 1507 | @objc deinit |
1508 | } | 1508 | } |
1509 | extension HHSDKVideo.HHMediaType : Swift.Equatable {} | 1509 | extension HHSDKVideo.HHMediaType : Swift.Equatable {} |
@@ -1513,6 +1513,7 @@ extension HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition : Swift.Has | @@ -1513,6 +1513,7 @@ extension HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition : Swift.Has | ||
1513 | extension HHSDKVideo.HHConsType : Swift.Equatable {} | 1513 | extension HHSDKVideo.HHConsType : Swift.Equatable {} |
1514 | extension HHSDKVideo.HHConsType : Swift.Hashable {} | 1514 | extension HHSDKVideo.HHConsType : Swift.Hashable {} |
1515 | extension HHSDKVideo.HHConsType : Swift.RawRepresentable {} | 1515 | extension HHSDKVideo.HHConsType : Swift.RawRepresentable {} |
1516 | +extension HHSDKVideo.PermissionStatus : Swift.Equatable {} | ||
1516 | extension HHSDKVideo.PermissionStatus : Swift.Hashable {} | 1517 | extension HHSDKVideo.PermissionStatus : Swift.Hashable {} |
1517 | extension HHSDKVideo.PermissionStatus : Swift.RawRepresentable {} | 1518 | extension HHSDKVideo.PermissionStatus : Swift.RawRepresentable {} |
1518 | extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Equatable {} | 1519 | extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Equatable {} |
@@ -1533,6 +1534,7 @@ extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfac | @@ -1533,6 +1534,7 @@ extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfac | ||
1533 | extension HHSDKVideo.PermissionType : Swift.Equatable {} | 1534 | extension HHSDKVideo.PermissionType : Swift.Equatable {} |
1534 | extension HHSDKVideo.PermissionType : Swift.Hashable {} | 1535 | extension HHSDKVideo.PermissionType : Swift.Hashable {} |
1535 | extension HHSDKVideo.PermissionType : Swift.RawRepresentable {} | 1536 | extension HHSDKVideo.PermissionType : Swift.RawRepresentable {} |
1537 | +extension HHSDKVideo.EKAttributes.StatusBar : Swift.Equatable {} | ||
1536 | extension HHSDKVideo.EKAttributes.StatusBar : Swift.Hashable {} | 1538 | extension HHSDKVideo.EKAttributes.StatusBar : Swift.Hashable {} |
1537 | extension HHSDKVideo.hhToastPosition : Swift.Equatable {} | 1539 | extension HHSDKVideo.hhToastPosition : Swift.Equatable {} |
1538 | extension HHSDKVideo.hhToastPosition : Swift.Hashable {} | 1540 | extension HHSDKVideo.hhToastPosition : Swift.Hashable {} |
@@ -1551,5 +1553,6 @@ extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Hashable {} | @@ -1551,5 +1553,6 @@ extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Hashable {} | ||
1551 | extension HHSDKVideo.TrtcLog : Swift.Equatable {} | 1553 | extension HHSDKVideo.TrtcLog : Swift.Equatable {} |
1552 | extension HHSDKVideo.TrtcLog : Swift.Hashable {} | 1554 | extension HHSDKVideo.TrtcLog : Swift.Hashable {} |
1553 | extension HHSDKVideo.TrtcLog : Swift.RawRepresentable {} | 1555 | extension HHSDKVideo.TrtcLog : Swift.RawRepresentable {} |
1556 | +extension HHSDKVideo.TrtcError : Swift.Equatable {} | ||
1554 | extension HHSDKVideo.TrtcError : Swift.Hashable {} | 1557 | extension HHSDKVideo.TrtcError : Swift.Hashable {} |
1555 | extension HHSDKVideo.TrtcError : Swift.RawRepresentable {} | 1558 | extension HHSDKVideo.TrtcError : Swift.RawRepresentable {} |
No preview for this file type
No preview for this file type
1 | // swift-interface-format-version: 1.0 | 1 | // swift-interface-format-version: 1.0 |
2 | -// swift-compiler-version: Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) | 2 | +// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKVideo | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKVideo |
4 | import AVFoundation | 4 | import AVFoundation |
5 | import CoreGraphics | 5 | import CoreGraphics |
@@ -42,7 +42,7 @@ import UserNotifications | @@ -42,7 +42,7 @@ import UserNotifications | ||
42 | public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | 42 | public var HMDefaultOpt: HHSDKVideo.OptionProtocal { |
43 | get | 43 | get |
44 | } | 44 | } |
45 | -@objc public class HHPhotoPickerController : UIKit.UINavigationController { | 45 | +@objc @_inheritsConvenienceInitializers public class HHPhotoPickerController : UIKit.UINavigationController { |
46 | @objc override dynamic public func viewDidLoad() | 46 | @objc override dynamic public func viewDidLoad() |
47 | convenience public init(localPath: Swift.String? = nil, deleteMode: Swift.Bool = false, finish: (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)? = nil) | 47 | convenience public init(localPath: Swift.String? = nil, deleteMode: Swift.Bool = false, finish: (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)? = nil) |
48 | @objc deinit | 48 | @objc deinit |
@@ -52,7 +52,7 @@ public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | @@ -52,7 +52,7 @@ public var HMDefaultOpt: HHSDKVideo.OptionProtocal { | ||
52 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 52 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
53 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 53 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
54 | } | 54 | } |
55 | -@objc public class CommentBaseVC : UIKit.UIViewController { | 55 | +@objc @_inheritsConvenienceInitializers public class CommentBaseVC : UIKit.UIViewController { |
56 | @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | 56 | @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) |
57 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 57 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
58 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 58 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
@@ -91,8 +91,8 @@ public enum HHMediaType : Swift.Int { | @@ -91,8 +91,8 @@ public enum HHMediaType : Swift.Int { | ||
91 | case photoVideo | 91 | case photoVideo |
92 | case cusPhoto | 92 | case cusPhoto |
93 | case sysCrop | 93 | case sysCrop |
94 | - public typealias RawValue = Swift.Int | ||
95 | public init?(rawValue: Swift.Int) | 94 | public init?(rawValue: Swift.Int) |
95 | + public typealias RawValue = Swift.Int | ||
96 | public var rawValue: Swift.Int { | 96 | public var rawValue: Swift.Int { |
97 | get | 97 | get |
98 | } | 98 | } |
@@ -132,11 +132,11 @@ extension EKAttributes { | @@ -132,11 +132,11 @@ extension EKAttributes { | ||
132 | case top | 132 | case top |
133 | case bottom | 133 | case bottom |
134 | case automatic | 134 | case automatic |
135 | + public func hash(into hasher: inout Swift.Hasher) | ||
136 | + public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition, b: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition) -> Swift.Bool | ||
135 | public var hashValue: Swift.Int { | 137 | public var hashValue: Swift.Int { |
136 | get | 138 | get |
137 | } | 139 | } |
138 | - public func hash(into hasher: inout Swift.Hasher) | ||
139 | - public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition, b: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition) -> Swift.Bool | ||
140 | } | 140 | } |
141 | public var duration: Foundation.TimeInterval | 141 | public var duration: Foundation.TimeInterval |
142 | public var delay: Foundation.TimeInterval | 142 | public var delay: Foundation.TimeInterval |
@@ -179,7 +179,7 @@ extension EKAttributes { | @@ -179,7 +179,7 @@ extension EKAttributes { | ||
179 | public static func == (a: HHSDKVideo.EKAttributes.Animation, b: HHSDKVideo.EKAttributes.Animation) -> Swift.Bool | 179 | public static func == (a: HHSDKVideo.EKAttributes.Animation, b: HHSDKVideo.EKAttributes.Animation) -> Swift.Bool |
180 | } | 180 | } |
181 | } | 181 | } |
182 | -@objc public class EKSimpleMessageView : UIKit.UIView { | 182 | +@objc @_hasMissingDesignatedInitializers public class EKSimpleMessageView : UIKit.UIView { |
183 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 183 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
184 | @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) | 184 | @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) |
185 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 185 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
@@ -226,7 +226,7 @@ public struct HHDoctorModel : HHSDKBase.Mappable { | @@ -226,7 +226,7 @@ public struct HHDoctorModel : HHSDKBase.Mappable { | ||
226 | public var videoprice: Swift.Float? | 226 | public var videoprice: Swift.Float? |
227 | public var license: Swift.String? | 227 | public var license: Swift.String? |
228 | public init() | 228 | public init() |
229 | - mutating public func mapping(map: HHSDKBase.Map) | 229 | + public mutating func mapping(map: HHSDKBase.Map) |
230 | public func isJianzhi() -> Swift.Bool | 230 | public func isJianzhi() -> Swift.Bool |
231 | public func supportType(type: HHSDKVideo.HHConsType) -> Swift.Bool | 231 | public func supportType(type: HHSDKVideo.HHConsType) -> Swift.Bool |
232 | public func getPrice() -> HHSDKVideo.HHPriceInfo? | 232 | public func getPrice() -> HHSDKVideo.HHPriceInfo? |
@@ -241,15 +241,15 @@ public struct LoginModel : HHSDKBase.Mappable { | @@ -241,15 +241,15 @@ public struct LoginModel : HHSDKBase.Mappable { | ||
241 | public var videoToken: Swift.String? | 241 | public var videoToken: Swift.String? |
242 | public var phoneno: Swift.String? | 242 | public var phoneno: Swift.String? |
243 | public init?(map: HHSDKBase.Map) | 243 | public init?(map: HHSDKBase.Map) |
244 | - mutating public func mapping(map: HHSDKBase.Map) | 244 | + public mutating func mapping(map: HHSDKBase.Map) |
245 | } | 245 | } |
246 | public enum HHConsType : Swift.String { | 246 | public enum HHConsType : Swift.String { |
247 | case normal | 247 | case normal |
248 | case expert_video | 248 | case expert_video |
249 | case feiDao | 249 | case feiDao |
250 | case video | 250 | case video |
251 | - public typealias RawValue = Swift.String | ||
252 | public init?(rawValue: Swift.String) | 251 | public init?(rawValue: Swift.String) |
252 | + public typealias RawValue = Swift.String | ||
253 | public var rawValue: Swift.String { | 253 | public var rawValue: Swift.String { |
254 | get | 254 | get |
255 | } | 255 | } |
@@ -258,7 +258,7 @@ public struct SDKConfigModel : HHSDKBase.Mappable { | @@ -258,7 +258,7 @@ public struct SDKConfigModel : HHSDKBase.Mappable { | ||
258 | public var cardIdActiveShow: Swift.Int | 258 | public var cardIdActiveShow: Swift.Int |
259 | public var changeDoctorTime: Swift.Int? | 259 | public var changeDoctorTime: Swift.Int? |
260 | public init?(map: HHSDKBase.Map) | 260 | public init?(map: HHSDKBase.Map) |
261 | - mutating public func mapping(map: HHSDKBase.Map) | 261 | + public mutating func mapping(map: HHSDKBase.Map) |
262 | } | 262 | } |
263 | extension HHPermission : CoreLocation.CLLocationManagerDelegate { | 263 | extension HHPermission : CoreLocation.CLLocationManagerDelegate { |
264 | @objc dynamic public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) | 264 | @objc dynamic public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus) |
@@ -287,7 +287,7 @@ extension EKAttributes { | @@ -287,7 +287,7 @@ extension EKAttributes { | ||
287 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 287 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
288 | @objc deinit | 288 | @objc deinit |
289 | } | 289 | } |
290 | -public class BusyPics { | 290 | +@_hasMissingDesignatedInitializers public class BusyPics { |
291 | public static let `default`: HHSDKVideo.BusyPics | 291 | public static let `default`: HHSDKVideo.BusyPics |
292 | public func cacheImgs() | 292 | public func cacheImgs() |
293 | public func getImgs() -> [Foundation.URL?] | 293 | public func getImgs() -> [Foundation.URL?] |
@@ -305,9 +305,9 @@ public struct HHInviteDocModel : HHSDKBase.Mappable { | @@ -305,9 +305,9 @@ public struct HHInviteDocModel : HHSDKBase.Mappable { | ||
305 | public init(_ info: HHSDKVideo.HHNetCallChatInfo, meetId: Swift.UInt64?) | 305 | public init(_ info: HHSDKVideo.HHNetCallChatInfo, meetId: Swift.UInt64?) |
306 | public func isWhiteBoard() -> Swift.Bool | 306 | public func isWhiteBoard() -> Swift.Bool |
307 | public func isMultyCall() -> Swift.Bool | 307 | public func isMultyCall() -> Swift.Bool |
308 | - mutating public func mapping(map: HHSDKBase.Map) | 308 | + public mutating func mapping(map: HHSDKBase.Map) |
309 | } | 309 | } |
310 | -public class HHPhotoPicker { | 310 | +@_hasMissingDesignatedInitializers public class HHPhotoPicker { |
311 | public static func openCamera(config: HHSDKVideo.HHCameraConfig, capFinished: HHSDKVideo.onCapFinished? = nil) | 311 | public static func openCamera(config: HHSDKVideo.HHCameraConfig, capFinished: HHSDKVideo.onCapFinished? = nil) |
312 | public static func reduceImages(paths: [Swift.String], finished: @escaping (([Swift.String]) -> Swift.Void)) | 312 | public static func reduceImages(paths: [Swift.String], finished: @escaping (([Swift.String]) -> Swift.Void)) |
313 | public class func changeAvatar(vc: UIKit.UIViewController, reference: UIKit.UIView? = nil, uuid: Swift.Int, imgClosure: @escaping (UIKit.UIImage) -> Swift.Void, keyClosure: @escaping (Swift.String) -> Swift.Void) | 313 | public class func changeAvatar(vc: UIKit.UIViewController, reference: UIKit.UIView? = nil, uuid: Swift.Int, imgClosure: @escaping (UIKit.UIImage) -> Swift.Void, keyClosure: @escaping (Swift.String) -> Swift.Void) |
@@ -324,26 +324,26 @@ public struct HHWaitDoctorModel : HHSDKBase.Mappable { | @@ -324,26 +324,26 @@ public struct HHWaitDoctorModel : HHSDKBase.Mappable { | ||
324 | public var transUuid: Swift.Int? | 324 | public var transUuid: Swift.Int? |
325 | public init?(map: HHSDKBase.Map) | 325 | public init?(map: HHSDKBase.Map) |
326 | public func isWaiting() -> Swift.Bool | 326 | public func isWaiting() -> Swift.Bool |
327 | - mutating public func mapping(map: HHSDKBase.Map) | 327 | + public mutating func mapping(map: HHSDKBase.Map) |
328 | } | 328 | } |
329 | public struct HHWaitingCallModel : HHSDKBase.Mappable { | 329 | public struct HHWaitingCallModel : HHSDKBase.Mappable { |
330 | public init?(map: HHSDKBase.Map) | 330 | public init?(map: HHSDKBase.Map) |
331 | public func isCall() -> Swift.Bool | 331 | public func isCall() -> Swift.Bool |
332 | - mutating public func mapping(map: HHSDKBase.Map) | 332 | + public mutating func mapping(map: HHSDKBase.Map) |
333 | } | 333 | } |
334 | public struct HHAgentCallModel : HHSDKBase.Mappable { | 334 | public struct HHAgentCallModel : HHSDKBase.Mappable { |
335 | public init?(map: HHSDKBase.Map) | 335 | public init?(map: HHSDKBase.Map) |
336 | public func isAgent() -> Swift.Bool | 336 | public func isAgent() -> Swift.Bool |
337 | public func isTransform() -> Swift.Bool | 337 | public func isTransform() -> Swift.Bool |
338 | - mutating public func mapping(map: HHSDKBase.Map) | 338 | + public mutating func mapping(map: HHSDKBase.Map) |
339 | } | 339 | } |
340 | public enum PermissionStatus : Swift.String { | 340 | public enum PermissionStatus : Swift.String { |
341 | case authorized | 341 | case authorized |
342 | case denied | 342 | case denied |
343 | case disabled | 343 | case disabled |
344 | case notDetermined | 344 | case notDetermined |
345 | - public typealias RawValue = Swift.String | ||
346 | public init?(rawValue: Swift.String) | 345 | public init?(rawValue: Swift.String) |
346 | + public typealias RawValue = Swift.String | ||
347 | public var rawValue: Swift.String { | 347 | public var rawValue: Swift.String { |
348 | get | 348 | get |
349 | } | 349 | } |
@@ -353,7 +353,7 @@ extension PermissionStatus : Swift.CustomStringConvertible { | @@ -353,7 +353,7 @@ extension PermissionStatus : Swift.CustomStringConvertible { | ||
353 | get | 353 | get |
354 | } | 354 | } |
355 | } | 355 | } |
356 | -public class PhotoPickerConfig { | 356 | +@_hasMissingDesignatedInitializers public class PhotoPickerConfig { |
357 | public static let `default`: HHSDKVideo.PhotoPickerConfig | 357 | public static let `default`: HHSDKVideo.PhotoPickerConfig |
358 | public var miniPicTip: Swift.Bool | 358 | public var miniPicTip: Swift.Bool |
359 | public var mMaxSelectCount: Swift.Int | 359 | public var mMaxSelectCount: Swift.Int |
@@ -378,10 +378,10 @@ extension EKAttributes { | @@ -378,10 +378,10 @@ extension EKAttributes { | ||
378 | case chronological | 378 | case chronological |
379 | case priority | 379 | case priority |
380 | public static func == (a: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic, b: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic) -> Swift.Bool | 380 | public static func == (a: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic, b: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic) -> Swift.Bool |
381 | + public func hash(into hasher: inout Swift.Hasher) | ||
381 | public var hashValue: Swift.Int { | 382 | public var hashValue: Swift.Int { |
382 | get | 383 | get |
383 | } | 384 | } |
384 | - public func hash(into hasher: inout Swift.Hasher) | ||
385 | } | 385 | } |
386 | case override(priority: HHSDKVideo.EKAttributes.Precedence.Priority, dropEnqueuedEntries: Swift.Bool) | 386 | case override(priority: HHSDKVideo.EKAttributes.Precedence.Priority, dropEnqueuedEntries: Swift.Bool) |
387 | case enqueue(priority: HHSDKVideo.EKAttributes.Precedence.Priority) | 387 | case enqueue(priority: HHSDKVideo.EKAttributes.Precedence.Priority) |
@@ -403,7 +403,7 @@ extension EKAttributes.Precedence.Priority { | @@ -403,7 +403,7 @@ extension EKAttributes.Precedence.Priority { | ||
403 | public static let low: HHSDKVideo.EKAttributes.Precedence.Priority | 403 | public static let low: HHSDKVideo.EKAttributes.Precedence.Priority |
404 | public static let min: HHSDKVideo.EKAttributes.Precedence.Priority | 404 | public static let min: HHSDKVideo.EKAttributes.Precedence.Priority |
405 | } | 405 | } |
406 | -@objc public class VCManager : ObjectiveC.NSObject { | 406 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class VCManager : ObjectiveC.NSObject { |
407 | public static let `default`: HHSDKVideo.VCManager | 407 | public static let `default`: HHSDKVideo.VCManager |
408 | public var waitModel: HHSDKVideo.HHWaitDoctorModel? | 408 | public var waitModel: HHSDKVideo.HHWaitDoctorModel? |
409 | @objc deinit | 409 | @objc deinit |
@@ -515,8 +515,8 @@ public struct EKProperty { | @@ -515,8 +515,8 @@ public struct EKProperty { | ||
515 | case callFreeDoctor | 515 | case callFreeDoctor |
516 | case callConnect | 516 | case callConnect |
517 | case didRing | 517 | case didRing |
518 | - public typealias RawValue = Swift.Int | ||
519 | public init?(rawValue: Swift.Int) | 518 | public init?(rawValue: Swift.Int) |
519 | + public typealias RawValue = Swift.Int | ||
520 | public var rawValue: Swift.Int { | 520 | public var rawValue: Swift.Int { |
521 | get | 521 | get |
522 | } | 522 | } |
@@ -578,15 +578,15 @@ extension UIImage { | @@ -578,15 +578,15 @@ extension UIImage { | ||
578 | public class func gifImageWithURL(_ gifUrl: Swift.String) -> UIKit.UIImage? | 578 | public class func gifImageWithURL(_ gifUrl: Swift.String) -> UIKit.UIImage? |
579 | public class func gifImageWithName(_ name: Swift.String) -> UIKit.UIImage? | 579 | public class func gifImageWithName(_ name: Swift.String) -> UIKit.UIImage? |
580 | } | 580 | } |
581 | -public class HHNetCallChatInfo { | 581 | +@_hasMissingDesignatedInitializers public class HHNetCallChatInfo { |
582 | public init() | 582 | public init() |
583 | @objc deinit | 583 | @objc deinit |
584 | } | 584 | } |
585 | @objc public enum HHCallType : Swift.Int { | 585 | @objc public enum HHCallType : Swift.Int { |
586 | case child = 600000 | 586 | case child = 600000 |
587 | case adult = 600002 | 587 | case adult = 600002 |
588 | - public typealias RawValue = Swift.Int | ||
589 | public init?(rawValue: Swift.Int) | 588 | public init?(rawValue: Swift.Int) |
589 | + public typealias RawValue = Swift.Int | ||
590 | public var rawValue: Swift.Int { | 590 | public var rawValue: Swift.Int { |
591 | get | 591 | get |
592 | } | 592 | } |
@@ -669,7 +669,7 @@ extension EKAttributes { | @@ -669,7 +669,7 @@ extension EKAttributes { | ||
669 | } | 669 | } |
670 | } | 670 | } |
671 | } | 671 | } |
672 | -@objc final public class EKNotificationMessageView : HHSDKVideo.EKSimpleMessageView { | 672 | +@objc @_hasMissingDesignatedInitializers final public class EKNotificationMessageView : HHSDKVideo.EKSimpleMessageView { |
673 | public init(with message: HHSDKVideo.EKNotificationMessage) | 673 | public init(with message: HHSDKVideo.EKNotificationMessage) |
674 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 674 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
675 | @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) | 675 | @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?) |
@@ -682,10 +682,10 @@ extension EKAttributes { | @@ -682,10 +682,10 @@ extension EKAttributes { | ||
682 | case error | 682 | case error |
683 | case none | 683 | case none |
684 | public static func == (a: HHSDKVideo.EKAttributes.NotificationHapticFeedback, b: HHSDKVideo.EKAttributes.NotificationHapticFeedback) -> Swift.Bool | 684 | public static func == (a: HHSDKVideo.EKAttributes.NotificationHapticFeedback, b: HHSDKVideo.EKAttributes.NotificationHapticFeedback) -> Swift.Bool |
685 | + public func hash(into hasher: inout Swift.Hasher) | ||
685 | public var hashValue: Swift.Int { | 686 | public var hashValue: Swift.Int { |
686 | get | 687 | get |
687 | } | 688 | } |
688 | - public func hash(into hasher: inout Swift.Hasher) | ||
689 | } | 689 | } |
690 | } | 690 | } |
691 | @objc public enum HHPagerViewTransformerType : Swift.Int { | 691 | @objc public enum HHPagerViewTransformerType : Swift.Int { |
@@ -698,8 +698,8 @@ extension EKAttributes { | @@ -698,8 +698,8 @@ extension EKAttributes { | ||
698 | case ferrisWheel | 698 | case ferrisWheel |
699 | case invertedFerrisWheel | 699 | case invertedFerrisWheel |
700 | case cubic | 700 | case cubic |
701 | - public typealias RawValue = Swift.Int | ||
702 | public init?(rawValue: Swift.Int) | 701 | public init?(rawValue: Swift.Int) |
702 | + public typealias RawValue = Swift.Int | ||
703 | public var rawValue: Swift.Int { | 703 | public var rawValue: Swift.Int { |
704 | get | 704 | get |
705 | } | 705 | } |
@@ -756,10 +756,10 @@ extension EKAttributes { | @@ -756,10 +756,10 @@ extension EKAttributes { | ||
756 | case standard | 756 | case standard |
757 | case all | 757 | case all |
758 | public static func == (a: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation, b: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation) -> Swift.Bool | 758 | public static func == (a: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation, b: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation) -> Swift.Bool |
759 | + public func hash(into hasher: inout Swift.Hasher) | ||
759 | public var hashValue: Swift.Int { | 760 | public var hashValue: Swift.Int { |
760 | get | 761 | get |
761 | } | 762 | } |
762 | - public func hash(into hasher: inout Swift.Hasher) | ||
763 | } | 763 | } |
764 | public var isEnabled: Swift.Bool | 764 | public var isEnabled: Swift.Bool |
765 | public var supportedInterfaceOrientations: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation | 765 | public var supportedInterfaceOrientations: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation |
@@ -792,8 +792,8 @@ extension EKAttributes { | @@ -792,8 +792,8 @@ extension EKAttributes { | ||
792 | case microphone | 792 | case microphone |
793 | case camera | 793 | case camera |
794 | case photos | 794 | case photos |
795 | - public typealias RawValue = Swift.Int | ||
796 | public init?(rawValue: Swift.Int) | 795 | public init?(rawValue: Swift.Int) |
796 | + public typealias RawValue = Swift.Int | ||
797 | public var rawValue: Swift.Int { | 797 | public var rawValue: Swift.Int { |
798 | get | 798 | get |
799 | } | 799 | } |
@@ -806,7 +806,7 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -806,7 +806,7 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
806 | extension EKAttributes { | 806 | extension EKAttributes { |
807 | public typealias DisplayDuration = Foundation.TimeInterval | 807 | public typealias DisplayDuration = Foundation.TimeInterval |
808 | } | 808 | } |
809 | -@objc @IBDesignable public class HHPagerView : UIKit.UIView, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate { | 809 | +@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable public class HHPagerView : UIKit.UIView, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate { |
810 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 810 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
811 | @objc override dynamic public func layoutSubviews() | 811 | @objc override dynamic public func layoutSubviews() |
812 | @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) | 812 | @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?) |
@@ -857,18 +857,18 @@ extension EKAttributes { | @@ -857,18 +857,18 @@ extension EKAttributes { | ||
857 | get | 857 | get |
858 | } | 858 | } |
859 | public static func == (a: HHSDKVideo.EKAttributes.StatusBar, b: HHSDKVideo.EKAttributes.StatusBar) -> Swift.Bool | 859 | public static func == (a: HHSDKVideo.EKAttributes.StatusBar, b: HHSDKVideo.EKAttributes.StatusBar) -> Swift.Bool |
860 | + public func hash(into hasher: inout Swift.Hasher) | ||
860 | public var hashValue: Swift.Int { | 861 | public var hashValue: Swift.Int { |
861 | get | 862 | get |
862 | } | 863 | } |
863 | - public func hash(into hasher: inout Swift.Hasher) | ||
864 | } | 864 | } |
865 | } | 865 | } |
866 | -@objc final public class EKAlertMessageView : HHSDKVideo.EKSimpleMessageView { | 866 | +@objc @_hasMissingDesignatedInitializers final public class EKAlertMessageView : HHSDKVideo.EKSimpleMessageView { |
867 | public init(with message: HHSDKVideo.EKAlertMessage) | 867 | public init(with message: HHSDKVideo.EKAlertMessage) |
868 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) | 868 | @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder) |
869 | @objc deinit | 869 | @objc deinit |
870 | } | 870 | } |
871 | -@objc public class HHPermission : ObjectiveC.NSObject { | 871 | +@objc @_hasMissingDesignatedInitializers public class HHPermission : ObjectiveC.NSObject { |
872 | public static let locationAlways: HHSDKVideo.HHPermission | 872 | public static let locationAlways: HHSDKVideo.HHPermission |
873 | public static let locationWhenInUse: HHSDKVideo.HHPermission | 873 | public static let locationWhenInUse: HHSDKVideo.HHPermission |
874 | public static let microphone: HHSDKVideo.HHPermission | 874 | public static let microphone: HHSDKVideo.HHPermission |
@@ -895,7 +895,7 @@ extension HHPermission { | @@ -895,7 +895,7 @@ extension HHPermission { | ||
895 | @objc get | 895 | @objc get |
896 | } | 896 | } |
897 | } | 897 | } |
898 | -@objc public class HHCallerInfo : ObjectiveC.NSObject, HHSDKBase.Mappable { | 898 | +@_inheritsConvenienceInitializers @objc public class HHCallerInfo : ObjectiveC.NSObject, HHSDKBase.Mappable { |
899 | public var name: Swift.String? | 899 | public var name: Swift.String? |
900 | public var photourl: Swift.String? | 900 | public var photourl: Swift.String? |
901 | public var uuid: Swift.Int? | 901 | public var uuid: Swift.Int? |
@@ -962,10 +962,10 @@ public enum hhToastPosition { | @@ -962,10 +962,10 @@ public enum hhToastPosition { | ||
962 | case center | 962 | case center |
963 | case bottom | 963 | case bottom |
964 | public static func == (a: HHSDKVideo.hhToastPosition, b: HHSDKVideo.hhToastPosition) -> Swift.Bool | 964 | public static func == (a: HHSDKVideo.hhToastPosition, b: HHSDKVideo.hhToastPosition) -> Swift.Bool |
965 | + public func hash(into hasher: inout Swift.Hasher) | ||
965 | public var hashValue: Swift.Int { | 966 | public var hashValue: Swift.Int { |
966 | get | 967 | get |
967 | } | 968 | } |
968 | - public func hash(into hasher: inout Swift.Hasher) | ||
969 | } | 969 | } |
970 | extension UIView { | 970 | extension UIView { |
971 | public func hhmakeToast(_ message: Swift.String) | 971 | public func hhmakeToast(_ message: Swift.String) |
@@ -1017,14 +1017,14 @@ public struct hhToastStyle { | @@ -1017,14 +1017,14 @@ public struct hhToastStyle { | ||
1017 | public var shadowOffset: CoreGraphics.CGSize | 1017 | public var shadowOffset: CoreGraphics.CGSize |
1018 | public var imageSize: CoreGraphics.CGSize | 1018 | public var imageSize: CoreGraphics.CGSize |
1019 | public var activitySize: CoreGraphics.CGSize | 1019 | public var activitySize: CoreGraphics.CGSize |
1020 | - public var fadeDuration: Foundation.TimeInterval | 1020 | + public var fadeDuration: Swift.Double |
1021 | } | 1021 | } |
1022 | public struct EKAttributes { | 1022 | public struct EKAttributes { |
1023 | public var name: Swift.String? | 1023 | public var name: Swift.String? |
1024 | public var windowLevel: HHSDKVideo.EKAttributes.WindowLevel | 1024 | public var windowLevel: HHSDKVideo.EKAttributes.WindowLevel |
1025 | public var position: HHSDKVideo.EKAttributes.Position | 1025 | public var position: HHSDKVideo.EKAttributes.Position |
1026 | public var precedence: HHSDKVideo.EKAttributes.Precedence | 1026 | public var precedence: HHSDKVideo.EKAttributes.Precedence |
1027 | - public var displayDuration: HHSDKVideo.EKAttributes.DisplayDuration | 1027 | + public var displayDuration: Swift.Double |
1028 | public var positionConstraints: HHSDKVideo.EKAttributes.PositionConstraints | 1028 | public var positionConstraints: HHSDKVideo.EKAttributes.PositionConstraints |
1029 | public var screenInteraction: HHSDKVideo.EKAttributes.UserInteraction | 1029 | public var screenInteraction: HHSDKVideo.EKAttributes.UserInteraction |
1030 | public var entryInteraction: HHSDKVideo.EKAttributes.UserInteraction | 1030 | public var entryInteraction: HHSDKVideo.EKAttributes.UserInteraction |
@@ -1046,7 +1046,7 @@ public struct EKAttributes { | @@ -1046,7 +1046,7 @@ public struct EKAttributes { | ||
1046 | } | 1046 | } |
1047 | public init() | 1047 | public init() |
1048 | } | 1048 | } |
1049 | -@objc public class HHMSDK : ObjectiveC.NSObject { | 1049 | +@_inheritsConvenienceInitializers @objc public class HHMSDK : ObjectiveC.NSObject { |
1050 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1050 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1051 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1052 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
@@ -1073,14 +1073,14 @@ extension HHMSDK { | @@ -1073,14 +1073,14 @@ extension HHMSDK { | ||
1073 | extension HHMSDK { | 1073 | extension HHMSDK { |
1074 | public func sendBaseLog(ex: [Swift.String : Swift.String]? = nil, action: [Swift.String : Swift.String]? = nil) | 1074 | public func sendBaseLog(ex: [Swift.String : Swift.String]? = nil, action: [Swift.String : Swift.String]? = nil) |
1075 | } | 1075 | } |
1076 | -@objc public class CommentVC : HHSDKVideo.CommentBaseVC { | 1076 | +@objc @_inheritsConvenienceInitializers public class CommentVC : HHSDKVideo.CommentBaseVC { |
1077 | @objc override dynamic public func viewDidLoad() | 1077 | @objc override dynamic public func viewDidLoad() |
1078 | public static func show(_ orderId: Swift.String, docId: Swift.String, uuid: Swift.Int?, type: HHSDKVideo.HHCallType?, _ model: HHSDKVideo.HHGetQuesetionModel?) | 1078 | public static func show(_ orderId: Swift.String, docId: Swift.String, uuid: Swift.Int?, type: HHSDKVideo.HHCallType?, _ model: HHSDKVideo.HHGetQuesetionModel?) |
1079 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | 1079 | @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) |
1080 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1080 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
1081 | @objc deinit | 1081 | @objc deinit |
1082 | } | 1082 | } |
1083 | -@objc final public class EKRatingSymbolsContainerView : UIKit.UIView { | 1083 | +@objc @_inheritsConvenienceInitializers final public class EKRatingSymbolsContainerView : UIKit.UIView { |
1084 | final public func setup(with message: HHSDKVideo.EKRatingMessage, externalSelection: @escaping HHSDKVideo.EKRatingMessage.Selection) | 1084 | final public func setup(with message: HHSDKVideo.EKRatingMessage, externalSelection: @escaping HHSDKVideo.EKRatingMessage.Selection) |
1085 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1085 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1086 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1086 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
@@ -1152,10 +1152,10 @@ extension EKAttributes { | @@ -1152,10 +1152,10 @@ extension EKAttributes { | ||
1152 | get | 1152 | get |
1153 | } | 1153 | } |
1154 | public static func == (a: HHSDKVideo.EKAttributes.Position, b: HHSDKVideo.EKAttributes.Position) -> Swift.Bool | 1154 | public static func == (a: HHSDKVideo.EKAttributes.Position, b: HHSDKVideo.EKAttributes.Position) -> Swift.Bool |
1155 | + public func hash(into hasher: inout Swift.Hasher) | ||
1155 | public var hashValue: Swift.Int { | 1156 | public var hashValue: Swift.Int { |
1156 | get | 1157 | get |
1157 | } | 1158 | } |
1158 | - public func hash(into hasher: inout Swift.Hasher) | ||
1159 | } | 1159 | } |
1160 | } | 1160 | } |
1161 | @objc public protocol HHRTC { | 1161 | @objc public protocol HHRTC { |
@@ -1181,8 +1181,8 @@ public enum RecordImgType : Swift.Int { | @@ -1181,8 +1181,8 @@ public enum RecordImgType : Swift.Int { | ||
1181 | case check | 1181 | case check |
1182 | case yingXiang | 1182 | case yingXiang |
1183 | case video | 1183 | case video |
1184 | - public typealias RawValue = Swift.Int | ||
1185 | public init?(rawValue: Swift.Int) | 1184 | public init?(rawValue: Swift.Int) |
1185 | + public typealias RawValue = Swift.Int | ||
1186 | public var rawValue: Swift.Int { | 1186 | public var rawValue: Swift.Int { |
1187 | get | 1187 | get |
1188 | } | 1188 | } |
@@ -1197,7 +1197,7 @@ public struct HHGetQuesetionModel : HHSDKBase.Mappable { | @@ -1197,7 +1197,7 @@ public struct HHGetQuesetionModel : HHSDKBase.Mappable { | ||
1197 | public var rate: [HHSDKVideo.rateModel]? | 1197 | public var rate: [HHSDKVideo.rateModel]? |
1198 | public init?(map: HHSDKBase.Map) | 1198 | public init?(map: HHSDKBase.Map) |
1199 | public init() | 1199 | public init() |
1200 | - mutating public func mapping(map: HHSDKBase.Map) | 1200 | + public mutating func mapping(map: HHSDKBase.Map) |
1201 | public func isHaveQ() -> Swift.Bool | 1201 | public func isHaveQ() -> Swift.Bool |
1202 | } | 1202 | } |
1203 | public struct HHQuesetionModel : HHSDKBase.Mappable { | 1203 | public struct HHQuesetionModel : HHSDKBase.Mappable { |
@@ -1206,7 +1206,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable { | @@ -1206,7 +1206,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable { | ||
1206 | public var content: Swift.String? | 1206 | public var content: Swift.String? |
1207 | public var id: Swift.Int? | 1207 | public var id: Swift.Int? |
1208 | public init?(map: HHSDKBase.Map) | 1208 | public init?(map: HHSDKBase.Map) |
1209 | - mutating public func mapping(map: HHSDKBase.Map) | 1209 | + public mutating func mapping(map: HHSDKBase.Map) |
1210 | } | 1210 | } |
1211 | public struct rateModel : HHSDKBase.Mappable { | 1211 | public struct rateModel : HHSDKBase.Mappable { |
1212 | public var createTime: Swift.Int? | 1212 | public var createTime: Swift.Int? |
@@ -1215,7 +1215,7 @@ public struct rateModel : HHSDKBase.Mappable { | @@ -1215,7 +1215,7 @@ public struct rateModel : HHSDKBase.Mappable { | ||
1215 | public var id: Swift.Int? | 1215 | public var id: Swift.Int? |
1216 | public var answerOne: Swift.String? | 1216 | public var answerOne: Swift.String? |
1217 | public init?(map: HHSDKBase.Map) | 1217 | public init?(map: HHSDKBase.Map) |
1218 | - mutating public func mapping(map: HHSDKBase.Map) | 1218 | + public mutating func mapping(map: HHSDKBase.Map) |
1219 | } | 1219 | } |
1220 | public struct NotifyInfo { | 1220 | public struct NotifyInfo { |
1221 | public init() | 1221 | public init() |
@@ -1234,10 +1234,10 @@ public struct NotifyInfo { | @@ -1234,10 +1234,10 @@ public struct NotifyInfo { | ||
1234 | public struct EKColor : Swift.Equatable { | 1234 | public struct EKColor : Swift.Equatable { |
1235 | public var dark: UIKit.UIColor { | 1235 | public var dark: UIKit.UIColor { |
1236 | get | 1236 | get |
1237 | - } | 1237 | + } |
1238 | public var light: UIKit.UIColor { | 1238 | public var light: UIKit.UIColor { |
1239 | get | 1239 | get |
1240 | - } | 1240 | + } |
1241 | public init(light: UIKit.UIColor, dark: UIKit.UIColor) | 1241 | public init(light: UIKit.UIColor, dark: UIKit.UIColor) |
1242 | public init(_ unified: UIKit.UIColor) | 1242 | public init(_ unified: UIKit.UIColor) |
1243 | public init(rgb: Swift.Int) | 1243 | public init(rgb: Swift.Int) |
@@ -1287,9 +1287,9 @@ public struct OrderModel : HHSDKBase.Mappable { | @@ -1287,9 +1287,9 @@ public struct OrderModel : HHSDKBase.Mappable { | ||
1287 | public var expertName: Swift.String? | 1287 | public var expertName: Swift.String? |
1288 | public var patientName: Swift.String? | 1288 | public var patientName: Swift.String? |
1289 | public init?(map: HHSDKBase.Map) | 1289 | public init?(map: HHSDKBase.Map) |
1290 | - mutating public func mapping(map: HHSDKBase.Map) | 1290 | + public mutating func mapping(map: HHSDKBase.Map) |
1291 | } | 1291 | } |
1292 | -@objc public class EKAccessoryNoteMessageView : UIKit.UIView { | 1292 | +@objc @_inheritsConvenienceInitializers public class EKAccessoryNoteMessageView : UIKit.UIView { |
1293 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1293 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1294 | @objc required dynamic public init?(coder: Foundation.NSCoder) | 1294 | @objc required dynamic public init?(coder: Foundation.NSCoder) |
1295 | @objc deinit | 1295 | @objc deinit |
@@ -1299,10 +1299,10 @@ public struct EKAlertMessage { | @@ -1299,10 +1299,10 @@ public struct EKAlertMessage { | ||
1299 | case top | 1299 | case top |
1300 | case left | 1300 | case left |
1301 | public static func == (a: HHSDKVideo.EKAlertMessage.ImagePosition, b: HHSDKVideo.EKAlertMessage.ImagePosition) -> Swift.Bool | 1301 | public static func == (a: HHSDKVideo.EKAlertMessage.ImagePosition, b: HHSDKVideo.EKAlertMessage.ImagePosition) -> Swift.Bool |
1302 | + public func hash(into hasher: inout Swift.Hasher) | ||
1302 | public var hashValue: Swift.Int { | 1303 | public var hashValue: Swift.Int { |
1303 | get | 1304 | get |
1304 | } | 1305 | } |
1305 | - public func hash(into hasher: inout Swift.Hasher) | ||
1306 | } | 1306 | } |
1307 | public let imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition | 1307 | public let imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition |
1308 | public let simpleMessage: HHSDKVideo.EKSimpleMessage | 1308 | public let simpleMessage: HHSDKVideo.EKSimpleMessage |
@@ -1323,7 +1323,7 @@ public struct EKAlertMessage { | @@ -1323,7 +1323,7 @@ public struct EKAlertMessage { | ||
1323 | @objc override dynamic public init(frame: CoreGraphics.CGRect) | 1323 | @objc override dynamic public init(frame: CoreGraphics.CGRect) |
1324 | @objc deinit | 1324 | @objc deinit |
1325 | } | 1325 | } |
1326 | -final public class SwiftEntryKit { | 1326 | +@_hasMissingDesignatedInitializers final public class SwiftEntryKit { |
1327 | public enum EntryDismissalDescriptor { | 1327 | public enum EntryDismissalDescriptor { |
1328 | case specific(entryName: Swift.String) | 1328 | case specific(entryName: Swift.String) |
1329 | case prioritizedLowerOrEqualTo(priority: HHSDKVideo.EKAttributes.Precedence.Priority) | 1329 | case prioritizedLowerOrEqualTo(priority: HHSDKVideo.EKAttributes.Precedence.Priority) |
@@ -1405,11 +1405,11 @@ public enum HHIMCmd : Swift.String { | @@ -1405,11 +1405,11 @@ public enum HHIMCmd : Swift.String { | ||
1405 | case cancel_invite | 1405 | case cancel_invite |
1406 | case exit_camera | 1406 | case exit_camera |
1407 | case enter_camera | 1407 | case enter_camera |
1408 | + public init?(rawValue: Swift.String) | ||
1408 | public typealias RawValue = Swift.String | 1409 | public typealias RawValue = Swift.String |
1409 | public var rawValue: Swift.String { | 1410 | public var rawValue: Swift.String { |
1410 | get | 1411 | get |
1411 | } | 1412 | } |
1412 | - public init?(rawValue: Swift.String) | ||
1413 | } | 1413 | } |
1414 | extension EKAttributes { | 1414 | extension EKAttributes { |
1415 | public enum DisplayMode { | 1415 | public enum DisplayMode { |
@@ -1417,10 +1417,10 @@ extension EKAttributes { | @@ -1417,10 +1417,10 @@ extension EKAttributes { | ||
1417 | case light | 1417 | case light |
1418 | case dark | 1418 | case dark |
1419 | public static func == (a: HHSDKVideo.EKAttributes.DisplayMode, b: HHSDKVideo.EKAttributes.DisplayMode) -> Swift.Bool | 1419 | public static func == (a: HHSDKVideo.EKAttributes.DisplayMode, b: HHSDKVideo.EKAttributes.DisplayMode) -> Swift.Bool |
1420 | + public func hash(into hasher: inout Swift.Hasher) | ||
1420 | public var hashValue: Swift.Int { | 1421 | public var hashValue: Swift.Int { |
1421 | get | 1422 | get |
1422 | } | 1423 | } |
1423 | - public func hash(into hasher: inout Swift.Hasher) | ||
1424 | } | 1424 | } |
1425 | } | 1425 | } |
1426 | public struct EKSimpleMessage { | 1426 | public struct EKSimpleMessage { |
@@ -1468,18 +1468,18 @@ public enum TrtcLog : Swift.String { | @@ -1468,18 +1468,18 @@ public enum TrtcLog : Swift.String { | ||
1468 | case video_busy | 1468 | case video_busy |
1469 | case permit_error | 1469 | case permit_error |
1470 | case transform | 1470 | case transform |
1471 | + public init?(rawValue: Swift.String) | ||
1471 | public typealias RawValue = Swift.String | 1472 | public typealias RawValue = Swift.String |
1472 | public var rawValue: Swift.String { | 1473 | public var rawValue: Swift.String { |
1473 | get | 1474 | get |
1474 | } | 1475 | } |
1475 | - public init?(rawValue: Swift.String) | ||
1476 | } | 1476 | } |
1477 | public enum TrtcError : Swift.String { | 1477 | public enum TrtcError : Swift.String { |
1478 | case callTimeOut | 1478 | case callTimeOut |
1479 | case rtcError | 1479 | case rtcError |
1480 | case enterRoomFail | 1480 | case enterRoomFail |
1481 | - public typealias RawValue = Swift.String | ||
1482 | public init?(rawValue: Swift.String) | 1481 | public init?(rawValue: Swift.String) |
1482 | + public typealias RawValue = Swift.String | ||
1483 | public var rawValue: Swift.String { | 1483 | public var rawValue: Swift.String { |
1484 | get | 1484 | get |
1485 | } | 1485 | } |
@@ -1501,9 +1501,9 @@ public struct CallDoctorModel : HHSDKBase.Mappable { | @@ -1501,9 +1501,9 @@ public struct CallDoctorModel : HHSDKBase.Mappable { | ||
1501 | public var pushFlowUrl: Swift.String? | 1501 | public var pushFlowUrl: Swift.String? |
1502 | public var realPatientUuid: Swift.Int? | 1502 | public var realPatientUuid: Swift.Int? |
1503 | public init?(map: HHSDKBase.Map) | 1503 | public init?(map: HHSDKBase.Map) |
1504 | - mutating public func mapping(map: HHSDKBase.Map) | 1504 | + public mutating func mapping(map: HHSDKBase.Map) |
1505 | } | 1505 | } |
1506 | -public class PermissionAlert { | 1506 | +@_hasMissingDesignatedInitializers public class PermissionAlert { |
1507 | @objc deinit | 1507 | @objc deinit |
1508 | } | 1508 | } |
1509 | extension HHSDKVideo.HHMediaType : Swift.Equatable {} | 1509 | extension HHSDKVideo.HHMediaType : Swift.Equatable {} |
@@ -1513,6 +1513,7 @@ extension HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition : Swift.Has | @@ -1513,6 +1513,7 @@ extension HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition : Swift.Has | ||
1513 | extension HHSDKVideo.HHConsType : Swift.Equatable {} | 1513 | extension HHSDKVideo.HHConsType : Swift.Equatable {} |
1514 | extension HHSDKVideo.HHConsType : Swift.Hashable {} | 1514 | extension HHSDKVideo.HHConsType : Swift.Hashable {} |
1515 | extension HHSDKVideo.HHConsType : Swift.RawRepresentable {} | 1515 | extension HHSDKVideo.HHConsType : Swift.RawRepresentable {} |
1516 | +extension HHSDKVideo.PermissionStatus : Swift.Equatable {} | ||
1516 | extension HHSDKVideo.PermissionStatus : Swift.Hashable {} | 1517 | extension HHSDKVideo.PermissionStatus : Swift.Hashable {} |
1517 | extension HHSDKVideo.PermissionStatus : Swift.RawRepresentable {} | 1518 | extension HHSDKVideo.PermissionStatus : Swift.RawRepresentable {} |
1518 | extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Equatable {} | 1519 | extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Equatable {} |
@@ -1533,6 +1534,7 @@ extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfac | @@ -1533,6 +1534,7 @@ extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfac | ||
1533 | extension HHSDKVideo.PermissionType : Swift.Equatable {} | 1534 | extension HHSDKVideo.PermissionType : Swift.Equatable {} |
1534 | extension HHSDKVideo.PermissionType : Swift.Hashable {} | 1535 | extension HHSDKVideo.PermissionType : Swift.Hashable {} |
1535 | extension HHSDKVideo.PermissionType : Swift.RawRepresentable {} | 1536 | extension HHSDKVideo.PermissionType : Swift.RawRepresentable {} |
1537 | +extension HHSDKVideo.EKAttributes.StatusBar : Swift.Equatable {} | ||
1536 | extension HHSDKVideo.EKAttributes.StatusBar : Swift.Hashable {} | 1538 | extension HHSDKVideo.EKAttributes.StatusBar : Swift.Hashable {} |
1537 | extension HHSDKVideo.hhToastPosition : Swift.Equatable {} | 1539 | extension HHSDKVideo.hhToastPosition : Swift.Equatable {} |
1538 | extension HHSDKVideo.hhToastPosition : Swift.Hashable {} | 1540 | extension HHSDKVideo.hhToastPosition : Swift.Hashable {} |
@@ -1551,5 +1553,6 @@ extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Hashable {} | @@ -1551,5 +1553,6 @@ extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Hashable {} | ||
1551 | extension HHSDKVideo.TrtcLog : Swift.Equatable {} | 1553 | extension HHSDKVideo.TrtcLog : Swift.Equatable {} |
1552 | extension HHSDKVideo.TrtcLog : Swift.Hashable {} | 1554 | extension HHSDKVideo.TrtcLog : Swift.Hashable {} |
1553 | extension HHSDKVideo.TrtcLog : Swift.RawRepresentable {} | 1555 | extension HHSDKVideo.TrtcLog : Swift.RawRepresentable {} |
1556 | +extension HHSDKVideo.TrtcError : Swift.Equatable {} | ||
1554 | extension HHSDKVideo.TrtcError : Swift.Hashable {} | 1557 | extension HHSDKVideo.TrtcError : Swift.Hashable {} |
1555 | extension HHSDKVideo.TrtcError : Swift.RawRepresentable {} | 1558 | extension HHSDKVideo.TrtcError : Swift.RawRepresentable {} |
No preview for this file type
-
Please register or login to post a comment