Showing
90 changed files
with
32 additions
and
20 deletions
No preview for this file type
1 | -// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) | 1 | +// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
2 | #ifndef HHMEDICSDK_SWIFT_H | 2 | #ifndef HHMEDICSDK_SWIFT_H |
3 | #define HHMEDICSDK_SWIFT_H | 3 | #define HHMEDICSDK_SWIFT_H |
4 | #pragma clang diagnostic push | 4 | #pragma clang diagnostic push |
@@ -184,6 +184,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -184,6 +184,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
184 | #if !defined(IBSegueAction) | 184 | #if !defined(IBSegueAction) |
185 | # define IBSegueAction | 185 | # define IBSegueAction |
186 | #endif | 186 | #endif |
187 | +#if !defined(SWIFT_EXTERN) | ||
188 | +# if defined(__cplusplus) | ||
189 | +# define SWIFT_EXTERN extern "C" | ||
190 | +# else | ||
191 | +# define SWIFT_EXTERN extern | ||
192 | +# endif | ||
193 | +#endif | ||
187 | #if __has_feature(modules) | 194 | #if __has_feature(modules) |
188 | #if __has_warning("-Watimport-in-framework-header") | 195 | #if __has_warning("-Watimport-in-framework-header") |
189 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
@@ -240,7 +247,6 @@ typedef SWIFT_ENUM(NSInteger, HHMCallingState, open) { | @@ -240,7 +247,6 @@ typedef SWIFT_ENUM(NSInteger, HHMCallingState, open) { | ||
240 | @protocol HHMVideoDelegate; | 247 | @protocol HHMVideoDelegate; |
241 | enum SkipType : NSInteger; | 248 | enum SkipType : NSInteger; |
242 | @class UIViewController; | 249 | @class UIViewController; |
243 | -@class NSNumber; | ||
244 | 250 | ||
245 | SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK") | 251 | SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK") |
246 | @interface HHMSDK : NSObject | 252 | @interface HHMSDK : NSObject |
No preview for this file type
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.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) | 2 | +// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHMedicSDK | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHMedicSDK |
4 | import Foundation | 4 | import Foundation |
5 | @_exported import HHMedicSDK | 5 | @_exported import HHMedicSDK |
@@ -7,6 +7,7 @@ import HHSDKVideo | @@ -7,6 +7,7 @@ import HHSDKVideo | ||
7 | import ImSDK_Smart | 7 | import ImSDK_Smart |
8 | import Swift | 8 | import Swift |
9 | import TXLiteAVSDK_TRTC | 9 | import TXLiteAVSDK_TRTC |
10 | +import _Concurrency | ||
10 | @_inheritsConvenienceInitializers @objc public class HHLocation : ObjectiveC.NSObject { | 11 | @_inheritsConvenienceInitializers @objc public class HHLocation : ObjectiveC.NSObject { |
11 | @objc public static let `default`: HHMedicSDK.HHLocation | 12 | @objc public static let `default`: HHMedicSDK.HHLocation |
12 | @objc public func startLocation(lng: Swift.String, lat: Swift.String) | 13 | @objc public func startLocation(lng: Swift.String, lat: Swift.String) |
@@ -29,27 +30,27 @@ import TXLiteAVSDK_TRTC | @@ -29,27 +30,27 @@ import TXLiteAVSDK_TRTC | ||
29 | @objc public func setLocation(lng: Swift.String, lat: Swift.String) | 30 | @objc public func setLocation(lng: Swift.String, lat: Swift.String) |
30 | @objc deinit | 31 | @objc deinit |
31 | } | 32 | } |
32 | -extension HHMSDK { | 33 | +extension HHMedicSDK.HHMSDK { |
33 | public func waitExpert(userToken: Swift.String, callOrderId: Swift.String) | 34 | public func waitExpert(userToken: Swift.String, callOrderId: Swift.String) |
34 | } | 35 | } |
35 | -extension HHMSDK { | 36 | +extension HHMedicSDK.HHMSDK { |
36 | @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler) | 37 | @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler) |
37 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKVideo.HHLoginHandler) | 38 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKVideo.HHLoginHandler) |
38 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 39 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
39 | @objc dynamic public func terminate() | 40 | @objc dynamic public func terminate() |
40 | @objc dynamic public func checkAutoLogin() | 41 | @objc dynamic public func checkAutoLogin() |
41 | } | 42 | } |
42 | -extension HHMSDK { | 43 | +extension HHMedicSDK.HHMSDK { |
43 | @available(*, deprecated, message: "Use call(userToken : String) instead.") | 44 | @available(*, deprecated, message: "Use call(userToken : String) instead.") |
44 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, scene: Swift.String? = nil, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 45 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, scene: Swift.String? = nil, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
45 | @available(*, deprecated, message: "Use call(userToken : String) instead.") | 46 | @available(*, deprecated, message: "Use call(userToken : String) instead.") |
46 | @objc dynamic public func startCall(_ uuid: Swift.Int, scene: Swift.String? = nil, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 47 | @objc dynamic public func startCall(_ uuid: Swift.Int, scene: Swift.String? = nil, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
47 | @objc dynamic public func call(userToken: Swift.String, scene: Swift.String? = nil) | 48 | @objc dynamic public func call(userToken: Swift.String, scene: Swift.String? = nil) |
48 | } | 49 | } |
49 | -extension HHMSDK { | 50 | +extension HHMedicSDK.HHMSDK { |
50 | @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 51 | @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
51 | } | 52 | } |
52 | -extension HHMSDK { | 53 | +extension HHMedicSDK.HHMSDK { |
53 | @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true) | 54 | @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true) |
54 | } | 55 | } |
55 | @objc public enum SkipType : Swift.Int { | 56 | @objc public enum SkipType : Swift.Int { |
@@ -61,7 +62,7 @@ extension HHMSDK { | @@ -61,7 +62,7 @@ extension HHMSDK { | ||
61 | get | 62 | get |
62 | } | 63 | } |
63 | } | 64 | } |
64 | -extension HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | 65 | +extension HHMedicSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { |
65 | @objc dynamic public func callStateChange(_ state: HHSDKVideo.HHBaseCallingState) | 66 | @objc dynamic public func callStateChange(_ state: HHSDKVideo.HHBaseCallingState) |
66 | @objc dynamic public func callDidEstablish() | 67 | @objc dynamic public func callDidEstablish() |
67 | @objc dynamic public func getChatParentView(_ view: UIKit.UIView) | 68 | @objc dynamic public func getChatParentView(_ view: UIKit.UIView) |
@@ -118,7 +119,6 @@ extension HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | @@ -118,7 +119,6 @@ extension HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | ||
118 | @objc public static let `default`: HHSDKVideo.OptionProtocal | 119 | @objc public static let `default`: HHSDKVideo.OptionProtocal |
119 | @objc public func setUserExtension(userExtension: Swift.String) | 120 | @objc public func setUserExtension(userExtension: Swift.String) |
120 | @objc public func setCallExtension(callExtension: Swift.String) | 121 | @objc public func setCallExtension(callExtension: Swift.String) |
121 | - @objc override dynamic public init() | ||
122 | @objc deinit | 122 | @objc deinit |
123 | } | 123 | } |
124 | @_hasMissingDesignatedInitializers public class HHVideoMessage { | 124 | @_hasMissingDesignatedInitializers public class HHVideoMessage { |
@@ -142,7 +142,7 @@ public protocol HHVideoMessageProtocol : ObjectiveC.NSObjectProtocol { | @@ -142,7 +142,7 @@ public protocol HHVideoMessageProtocol : ObjectiveC.NSObjectProtocol { | ||
142 | get | 142 | get |
143 | } | 143 | } |
144 | } | 144 | } |
145 | -extension PermissionType : Swift.CustomStringConvertible { | 145 | +extension HHMedicSDK.PermissionType : Swift.CustomStringConvertible { |
146 | public var description: Swift.String { | 146 | public var description: Swift.String { |
147 | get | 147 | get |
148 | } | 148 | } |
@@ -161,14 +161,14 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -161,14 +161,14 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
161 | @objc override dynamic public init() | 161 | @objc override dynamic public init() |
162 | @objc deinit | 162 | @objc deinit |
163 | } | 163 | } |
164 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | 164 | +extension HHMedicSDK.TIM : ImSDK_Smart.V2TIMSDKListener { |
165 | public func onConnSucc() | 165 | public func onConnSucc() |
166 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 166 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
167 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 167 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
168 | @objc dynamic public func onKickedOffline() | 168 | @objc dynamic public func onKickedOffline() |
169 | @objc dynamic public func onUserSigExpired() | 169 | @objc dynamic public func onUserSigExpired() |
170 | } | 170 | } |
171 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | 171 | +extension HHMedicSDK.TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { |
172 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 172 | @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) |
173 | } | 173 | } |
174 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 174 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
@@ -176,7 +176,7 @@ extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | @@ -176,7 +176,7 @@ extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
176 | @objc override dynamic public init() | 176 | @objc override dynamic public init() |
177 | @objc deinit | 177 | @objc deinit |
178 | } | 178 | } |
179 | -extension TRTC : HHSDKVideo.HHRTC { | 179 | +extension HHMedicSDK.TRTC : HHSDKVideo.HHRTC { |
180 | @objc dynamic public func startCall(callee: Swift.String, orderId: Swift.String?) | 180 | @objc dynamic public func startCall(callee: Swift.String, orderId: Swift.String?) |
181 | @objc dynamic public func setOrderId(orderId: Swift.String) | 181 | @objc dynamic public func setOrderId(orderId: Swift.String) |
182 | @objc dynamic public func enterRoom(orderId: Swift.String) | 182 | @objc dynamic public func enterRoom(orderId: Swift.String) |
@@ -192,7 +192,7 @@ extension TRTC : HHSDKVideo.HHRTC { | @@ -192,7 +192,7 @@ extension TRTC : HHSDKVideo.HHRTC { | ||
192 | @objc dynamic public func stopRing() | 192 | @objc dynamic public func stopRing() |
193 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) | 193 | @objc dynamic public func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ()) |
194 | } | 194 | } |
195 | -extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 195 | +extension HHMedicSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { |
196 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) | 196 | @objc dynamic public func onEnterRoom(_ result: Swift.Int) |
197 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) | 197 | @objc dynamic public func onExitRoom(_ reason: Swift.Int) |
198 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) | 198 | @objc dynamic public func onRemoteUserEnterRoom(_ userId: Swift.String) |
@@ -204,11 +204,11 @@ extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | @@ -204,11 +204,11 @@ extension TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | ||
204 | @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) | 204 | @objc dynamic public func onNetworkQuality(_ localQuality: TXLiteAVSDK_TRTC.TRTCQualityInfo, remoteQuality: [TXLiteAVSDK_TRTC.TRTCQualityInfo]) |
205 | @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) | 205 | @objc dynamic public func onError(_ errCode: TXLiteAVSDK_TRTC.TXLiteAVError, errMsg: Swift.String?, extInfo: [Swift.AnyHashable : Any]?) |
206 | } | 206 | } |
207 | -extension TRTC { | 207 | +extension HHMedicSDK.TRTC { |
208 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) | 208 | @objc dynamic public func onRecvCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, seq: Swift.UInt32, message: Foundation.Data) |
209 | @objc dynamic public func onMissCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, errCode: Swift.Int, missed: Swift.Int) | 209 | @objc dynamic public func onMissCustomCmdMsgUserId(_ userId: Swift.String, cmdID: Swift.Int, errCode: Swift.Int, missed: Swift.Int) |
210 | } | 210 | } |
211 | -extension String { | 211 | +extension Swift.String { |
212 | public func subFrom(_ index: Swift.Int) -> Swift.String | 212 | public func subFrom(_ index: Swift.Int) -> Swift.String |
213 | } | 213 | } |
214 | extension HHMedicSDK.SkipType : Swift.Equatable {} | 214 | extension HHMedicSDK.SkipType : Swift.Equatable {} |
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
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
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
1 | -// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) | 1 | +// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
2 | #ifndef HHSDKVIDEO_SWIFT_H | 2 | #ifndef HHSDKVIDEO_SWIFT_H |
3 | #define HHSDKVIDEO_SWIFT_H | 3 | #define HHSDKVIDEO_SWIFT_H |
4 | #pragma clang diagnostic push | 4 | #pragma clang diagnostic push |
@@ -184,6 +184,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -184,6 +184,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
184 | #if !defined(IBSegueAction) | 184 | #if !defined(IBSegueAction) |
185 | # define IBSegueAction | 185 | # define IBSegueAction |
186 | #endif | 186 | #endif |
187 | +#if !defined(SWIFT_EXTERN) | ||
188 | +# if defined(__cplusplus) | ||
189 | +# define SWIFT_EXTERN extern "C" | ||
190 | +# else | ||
191 | +# define SWIFT_EXTERN extern | ||
192 | +# endif | ||
193 | +#endif | ||
187 | #if __has_feature(modules) | 194 | #if __has_feature(modules) |
188 | #if __has_warning("-Watimport-in-framework-header") | 195 | #if __has_warning("-Watimport-in-framework-header") |
189 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
@@ -220,7 +227,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -220,7 +227,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
220 | 227 | ||
221 | 228 | ||
222 | 229 | ||
223 | -@class NSNumber; | ||
224 | @class NSString; | 230 | @class NSString; |
225 | @class NSBundle; | 231 | @class NSBundle; |
226 | @class NSCoder; | 232 | @class NSCoder; |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.framework/MedicStatus.storyboardc/LXC-Q0-bne-view-uRS-pr-z6i.nib/runtime.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
This diff could not be displayed because it is too large.
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
No preview for this file type
-
Please register or login to post a comment