Showing
56 changed files
with
16 additions
and
2 deletions
No preview for this file type
This file is too large to display.
@@ -214,6 +214,8 @@ SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") | @@ -214,6 +214,8 @@ SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") | ||
214 | @interface HHBaseSDK : NSObject | 214 | @interface HHBaseSDK : NSObject |
215 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHBaseSDK * _Nonnull default_;) | 215 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHBaseSDK * _Nonnull default_;) |
216 | + (HHBaseSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 216 | + (HHBaseSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
217 | +/// SDK init | ||
218 | +- (void)start; | ||
217 | /// 登录账户 | 219 | /// 登录账户 |
218 | /// <ul> | 220 | /// <ul> |
219 | /// <li> | 221 | /// <li> |
@@ -601,6 +603,8 @@ SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") | @@ -601,6 +603,8 @@ SWIFT_CLASS("_TtC9HHSDKBase9HHBaseSDK") | ||
601 | @interface HHBaseSDK : NSObject | 603 | @interface HHBaseSDK : NSObject |
602 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHBaseSDK * _Nonnull default_;) | 604 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHBaseSDK * _Nonnull default_;) |
603 | + (HHBaseSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 605 | + (HHBaseSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
606 | +/// SDK init | ||
607 | +- (void)start; | ||
604 | /// 登录账户 | 608 | /// 登录账户 |
605 | /// <ul> | 609 | /// <ul> |
606 | /// <li> | 610 | /// <li> |
No preview for this file type
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
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.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
3 | // swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase | 3 | // swift-module-flags: -target armv7-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 AlicloudHttpDNS | ||
5 | import Darwin | 6 | import Darwin |
6 | import Dispatch | 7 | import Dispatch |
7 | import Foundation | 8 | import Foundation |
@@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | @@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | ||
1012 | } | 1013 | } |
1013 | @objc public class HHBaseSDK : ObjectiveC.NSObject { | 1014 | @objc public class HHBaseSDK : ObjectiveC.NSObject { |
1014 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 1015 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
1016 | + @objc public func start() | ||
1015 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1017 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1016 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 1018 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
1017 | @objc override dynamic public init() | 1019 | @objc override dynamic public init() |
No preview for this file type
No preview for this file type
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
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.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
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 AlicloudHttpDNS | ||
5 | import Combine | 6 | import Combine |
6 | import Darwin | 7 | import Darwin |
7 | import Dispatch | 8 | import Dispatch |
@@ -1093,6 +1094,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | @@ -1093,6 +1094,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | ||
1093 | } | 1094 | } |
1094 | @objc public class HHBaseSDK : ObjectiveC.NSObject { | 1095 | @objc public class HHBaseSDK : ObjectiveC.NSObject { |
1095 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 1096 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
1097 | + @objc public func start() | ||
1096 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1098 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1097 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 1099 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
1098 | @objc override dynamic public init() | 1100 | @objc override dynamic public init() |
No preview for this file type
No preview for this file type
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
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.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
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 AlicloudHttpDNS | ||
5 | import Combine | 6 | import Combine |
6 | import Darwin | 7 | import Darwin |
7 | import Dispatch | 8 | import Dispatch |
@@ -1093,6 +1094,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | @@ -1093,6 +1094,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | ||
1093 | } | 1094 | } |
1094 | @objc public class HHBaseSDK : ObjectiveC.NSObject { | 1095 | @objc public class HHBaseSDK : ObjectiveC.NSObject { |
1095 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 1096 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
1097 | + @objc public func start() | ||
1096 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1098 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1097 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 1099 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
1098 | @objc override dynamic public init() | 1100 | @objc override dynamic public init() |
No preview for this file type
No preview for this file type
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
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.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
3 | // swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase | 3 | // swift-module-flags: -target armv7-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 AlicloudHttpDNS | ||
5 | import Darwin | 6 | import Darwin |
6 | import Dispatch | 7 | import Dispatch |
7 | import Foundation | 8 | import Foundation |
@@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | @@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | ||
1012 | } | 1013 | } |
1013 | @objc public class HHBaseSDK : ObjectiveC.NSObject { | 1014 | @objc public class HHBaseSDK : ObjectiveC.NSObject { |
1014 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 1015 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
1016 | + @objc public func start() | ||
1015 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1017 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1016 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 1018 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
1017 | @objc override dynamic public init() | 1019 | @objc override dynamic public init() |
No preview for this file type
No preview for this file type
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
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.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
3 | // swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKBase | 3 | // swift-module-flags: -target armv7-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 AlicloudHttpDNS | ||
5 | import Darwin | 6 | import Darwin |
6 | import Dispatch | 7 | import Dispatch |
7 | import Foundation | 8 | import Foundation |
@@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | @@ -1012,6 +1013,7 @@ public var HMHudManager: HHSDKBase.HHHUDable { | ||
1012 | } | 1013 | } |
1013 | @objc public class HHBaseSDK : ObjectiveC.NSObject { | 1014 | @objc public class HHBaseSDK : ObjectiveC.NSObject { |
1014 | @objc public static let `default`: HHSDKBase.HHBaseSDK | 1015 | @objc public static let `default`: HHSDKBase.HHBaseSDK |
1016 | + @objc public func start() | ||
1015 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1017 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1016 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 1018 | @objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
1017 | @objc override dynamic public init() | 1019 | @objc override dynamic public init() |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-12.3+.nib
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-13.0+.nib
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment