Showing
94 changed files
with
20 additions
and
32 deletions
No preview for this file type
1 | -// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | 1 | +// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) |
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,13 +184,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -184,13 +184,6 @@ 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 | ||
194 | #if __has_feature(modules) | 187 | #if __has_feature(modules) |
195 | #if __has_warning("-Watimport-in-framework-header") | 188 | #if __has_warning("-Watimport-in-framework-header") |
196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 189 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
@@ -247,6 +240,7 @@ typedef SWIFT_ENUM(NSInteger, HHMCallingState, open) { | @@ -247,6 +240,7 @@ typedef SWIFT_ENUM(NSInteger, HHMCallingState, open) { | ||
247 | @protocol HHMVideoDelegate; | 240 | @protocol HHMVideoDelegate; |
248 | enum SkipType : NSInteger; | 241 | enum SkipType : NSInteger; |
249 | @class UIViewController; | 242 | @class UIViewController; |
243 | +@class NSNumber; | ||
250 | 244 | ||
251 | SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK") | 245 | SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK") |
252 | @interface HHMSDK : NSObject | 246 | @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.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | 2 | +// swift-compiler-version: Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) |
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,7 +7,6 @@ import HHSDKVideo | @@ -7,7 +7,6 @@ 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 | ||
11 | @_inheritsConvenienceInitializers @objc public class HHLocation : ObjectiveC.NSObject { | 10 | @_inheritsConvenienceInitializers @objc public class HHLocation : ObjectiveC.NSObject { |
12 | @objc public static let `default`: HHMedicSDK.HHLocation | 11 | @objc public static let `default`: HHMedicSDK.HHLocation |
13 | @objc public func startLocation(lng: Swift.String, lat: Swift.String) | 12 | @objc public func startLocation(lng: Swift.String, lat: Swift.String) |
@@ -30,27 +29,27 @@ import _Concurrency | @@ -30,27 +29,27 @@ import _Concurrency | ||
30 | @objc public func setLocation(lng: Swift.String, lat: Swift.String) | 29 | @objc public func setLocation(lng: Swift.String, lat: Swift.String) |
31 | @objc deinit | 30 | @objc deinit |
32 | } | 31 | } |
33 | -extension HHMedicSDK.HHMSDK { | 32 | +extension HHMSDK { |
34 | public func waitExpert(userToken: Swift.String, callOrderId: Swift.String) | 33 | public func waitExpert(userToken: Swift.String, callOrderId: Swift.String) |
35 | } | 34 | } |
36 | -extension HHMedicSDK.HHMSDK { | 35 | +extension HHMSDK { |
37 | @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler) | 36 | @objc dynamic public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler) |
38 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKVideo.HHLoginHandler) | 37 | @objc dynamic public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKVideo.HHLoginHandler) |
39 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) | 38 | @objc dynamic public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil) |
40 | @objc dynamic public func terminate() | 39 | @objc dynamic public func terminate() |
41 | @objc dynamic public func checkAutoLogin() | 40 | @objc dynamic public func checkAutoLogin() |
42 | } | 41 | } |
43 | -extension HHMedicSDK.HHMSDK { | 42 | +extension HHMSDK { |
44 | @available(*, deprecated, message: "Use call(userToken : String) instead.") | 43 | @available(*, deprecated, message: "Use call(userToken : String) instead.") |
45 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, scene: Swift.String? = nil, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 44 | @objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, scene: Swift.String? = nil, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
46 | @available(*, deprecated, message: "Use call(userToken : String) instead.") | 45 | @available(*, deprecated, message: "Use call(userToken : String) instead.") |
47 | @objc dynamic public func startCall(_ uuid: Swift.Int, scene: Swift.String? = nil, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 46 | @objc dynamic public func startCall(_ uuid: Swift.Int, scene: Swift.String? = nil, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
48 | @objc dynamic public func call(userToken: Swift.String, scene: Swift.String? = nil) | 47 | @objc dynamic public func call(userToken: Swift.String, scene: Swift.String? = nil) |
49 | } | 48 | } |
50 | -extension HHMedicSDK.HHMSDK { | 49 | +extension HHMSDK { |
51 | @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) | 50 | @objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil) |
52 | } | 51 | } |
53 | -extension HHMedicSDK.HHMSDK { | 52 | +extension HHMSDK { |
54 | @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true) | 53 | @objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true) |
55 | } | 54 | } |
56 | @objc public enum SkipType : Swift.Int { | 55 | @objc public enum SkipType : Swift.Int { |
@@ -62,7 +61,7 @@ extension HHMedicSDK.HHMSDK { | @@ -62,7 +61,7 @@ extension HHMedicSDK.HHMSDK { | ||
62 | get | 61 | get |
63 | } | 62 | } |
64 | } | 63 | } |
65 | -extension HHMedicSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | 64 | +extension HHMSDK : HHSDKVideo.HHBaseVideoDelegate { |
66 | @objc dynamic public func callStateChange(_ state: HHSDKVideo.HHBaseCallingState) | 65 | @objc dynamic public func callStateChange(_ state: HHSDKVideo.HHBaseCallingState) |
67 | @objc dynamic public func callDidEstablish() | 66 | @objc dynamic public func callDidEstablish() |
68 | @objc dynamic public func getChatParentView(_ view: UIKit.UIView) | 67 | @objc dynamic public func getChatParentView(_ view: UIKit.UIView) |
@@ -119,6 +118,7 @@ extension HHMedicSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | @@ -119,6 +118,7 @@ extension HHMedicSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { | ||
119 | @objc public static let `default`: HHSDKVideo.OptionProtocal | 118 | @objc public static let `default`: HHSDKVideo.OptionProtocal |
120 | @objc public func setUserExtension(userExtension: Swift.String) | 119 | @objc public func setUserExtension(userExtension: Swift.String) |
121 | @objc public func setCallExtension(callExtension: Swift.String) | 120 | @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 HHMedicSDK.PermissionType : Swift.CustomStringConvertible { | 145 | +extension 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 HHMedicSDK.PermissionType : Swift.CustomStringConvertible { | @@ -161,14 +161,14 @@ extension HHMedicSDK.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 HHMedicSDK.TIM : ImSDK_Smart.V2TIMSDKListener { | 164 | +extension 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 HHMedicSDK.TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | 171 | +extension 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 HHMedicSDK.TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | @@ -176,7 +176,7 @@ extension HHMedicSDK.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 HHMedicSDK.TRTC : HHSDKVideo.HHRTC { | 179 | +extension 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 HHMedicSDK.TRTC : HHSDKVideo.HHRTC { | @@ -192,7 +192,7 @@ extension HHMedicSDK.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 HHMedicSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | 195 | +extension 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 HHMedicSDK.TRTC : TXLiteAVSDK_TRTC.TRTCCloudDelegate { | @@ -204,11 +204,11 @@ extension HHMedicSDK.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 HHMedicSDK.TRTC { | 207 | +extension 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 Swift.String { | 211 | +extension 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.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | 1 | +// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57) |
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,13 +184,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -184,13 +184,6 @@ 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 | ||
194 | #if __has_feature(modules) | 187 | #if __has_feature(modules) |
195 | #if __has_warning("-Watimport-in-framework-header") | 188 | #if __has_warning("-Watimport-in-framework-header") |
196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 189 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
@@ -227,6 +220,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -227,6 +220,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
227 | 220 | ||
228 | 221 | ||
229 | 222 | ||
223 | +@class NSNumber; | ||
230 | @class NSString; | 224 | @class NSString; |
231 | @class NSBundle; | 225 | @class NSBundle; |
232 | @class NSCoder; | 226 | @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
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
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