Showing
35 changed files
with
12 additions
and
0 deletions
This file is too large to display.
No preview for this file type
HHMedicSDK/HHSDKBase.framework/Modules/HHSDKBase.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
No preview for this file type
No preview for this file type
@@ -742,6 +742,12 @@ public struct HHRequestData { | @@ -742,6 +742,12 @@ public struct HHRequestData { | ||
742 | public static func emptyRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) | 742 | public static func emptyRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) |
743 | @objc deinit | 743 | @objc deinit |
744 | } | 744 | } |
745 | +@_hasMissingDesignatedInitializers public class UrlParams { | ||
746 | + public static func addUserParams(_ parameters: [Swift.String : Any]?) -> [Swift.String : Any]? | ||
747 | + public static func addCommon(_ param: [Swift.String : Any]?) -> [Swift.String : Any] | ||
748 | + public static func param2String(param: [Swift.String : Any]? = nil) -> Swift.String | ||
749 | + @objc deinit | ||
750 | +} | ||
745 | public class HHProgressHUD : HHSDKBase.HHHUDable { | 751 | public class HHProgressHUD : HHSDKBase.HHHUDable { |
746 | public init() | 752 | public init() |
747 | public func showHUD() | 753 | public func showHUD() |
No preview for this file type
@@ -742,6 +742,12 @@ public struct HHRequestData { | @@ -742,6 +742,12 @@ public struct HHRequestData { | ||
742 | public static func emptyRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) | 742 | public static func emptyRequest(api: HHSDKBase.HHBaseApi, data: HHSDKBase.HHRequestData? = nil, result: HHSDKBase.NetResult?) |
743 | @objc deinit | 743 | @objc deinit |
744 | } | 744 | } |
745 | +@_hasMissingDesignatedInitializers public class UrlParams { | ||
746 | + public static func addUserParams(_ parameters: [Swift.String : Any]?) -> [Swift.String : Any]? | ||
747 | + public static func addCommon(_ param: [Swift.String : Any]?) -> [Swift.String : Any] | ||
748 | + public static func param2String(param: [Swift.String : Any]? = nil) -> Swift.String | ||
749 | + @objc deinit | ||
750 | +} | ||
745 | public class HHProgressHUD : HHSDKBase.HHHUDable { | 751 | public class HHProgressHUD : HHSDKBase.HHHUDable { |
746 | public init() | 752 | public init() |
747 | public func showHUD() | 753 | public func showHUD() |
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
-
Please register or login to post a comment