Showing
49 changed files
with
7 additions
and
0 deletions
No preview for this file type
This file is too large to display.
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
@@ -417,6 +417,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo6HHMSDK") | @@ -417,6 +417,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo6HHMSDK") | ||
417 | @interface HHMSDK : NSObject | 417 | @interface HHMSDK : NSObject |
418 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHMSDK * _Nonnull default_;) | 418 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHMSDK * _Nonnull default_;) |
419 | + (HHMSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 419 | + (HHMSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
420 | +@property (nonatomic, copy) void (^ _Nullable photosPreview)(NSArray<NSString *> * _Nonnull); | ||
420 | /// 初始化 SDK | 421 | /// 初始化 SDK |
421 | /// \param option 可选的 SDK 配置 | 422 | /// \param option 可选的 SDK 配置 |
422 | /// | 423 | /// |
@@ -1183,6 +1184,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo6HHMSDK") | @@ -1183,6 +1184,7 @@ SWIFT_CLASS("_TtC10HHSDKVideo6HHMSDK") | ||
1183 | @interface HHMSDK : NSObject | 1184 | @interface HHMSDK : NSObject |
1184 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHMSDK * _Nonnull default_;) | 1185 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHMSDK * _Nonnull default_;) |
1185 | + (HHMSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 1186 | + (HHMSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
1187 | +@property (nonatomic, copy) void (^ _Nullable photosPreview)(NSArray<NSString *> * _Nonnull); | ||
1186 | /// 初始化 SDK | 1188 | /// 初始化 SDK |
1187 | /// \param option 可选的 SDK 配置 | 1189 | /// \param option 可选的 SDK 配置 |
1188 | /// | 1190 | /// |
@@ -1039,6 +1039,7 @@ public struct EKAttributes { | @@ -1039,6 +1039,7 @@ public struct EKAttributes { | ||
1039 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1039 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1042 | + @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | ||
1042 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1043 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1043 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1044 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1044 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 1045 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
No preview for this file type
@@ -1039,6 +1039,7 @@ public struct EKAttributes { | @@ -1039,6 +1039,7 @@ public struct EKAttributes { | ||
1039 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1039 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1042 | + @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | ||
1042 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1043 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1043 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1044 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1044 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 1045 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
No preview for this file type
@@ -1039,6 +1039,7 @@ public struct EKAttributes { | @@ -1039,6 +1039,7 @@ public struct EKAttributes { | ||
1039 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1039 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1042 | + @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | ||
1042 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1043 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1043 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1044 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1044 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 1045 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
No preview for this file type
@@ -1039,6 +1039,7 @@ public struct EKAttributes { | @@ -1039,6 +1039,7 @@ public struct EKAttributes { | ||
1039 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1039 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1042 | + @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | ||
1042 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1043 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1043 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1044 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1044 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 1045 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
No preview for this file type
@@ -1039,6 +1039,7 @@ public struct EKAttributes { | @@ -1039,6 +1039,7 @@ public struct EKAttributes { | ||
1039 | @objc public static let `default`: HHSDKVideo.HHMSDK | 1039 | @objc public static let `default`: HHSDKVideo.HHMSDK |
1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? | 1040 | weak public var mCallDelegate: HHSDKVideo.HHCallDelegate? |
1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? | 1041 | weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate? |
1042 | + @objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)? | ||
1042 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) | 1043 | @objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC) |
1043 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) | 1044 | @objc public func login(userToken: Swift.String, completion: @escaping HHSDKBase.HHLoginHandler) |
1044 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) | 1045 | @objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKBase.HHLoginHandler) |
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