Showing
91 changed files
with
18 additions
and
18 deletions
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
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
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
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
@@ -190,7 +190,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -190,7 +190,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
190 | #endif | 190 | #endif |
191 | @import Foundation; | 191 | @import Foundation; |
192 | @import HHSDKVideo; | 192 | @import HHSDKVideo; |
193 | -@import ImSDK_Smart; | 193 | +@import ImSDK; |
194 | @import ObjectiveC; | 194 | @import ObjectiveC; |
195 | @import TXLiteAVSDK_TRTC; | 195 | @import TXLiteAVSDK_TRTC; |
196 | #endif | 196 | #endif |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,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 hhVDoctorSDK | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK |
4 | import Foundation | 4 | import Foundation |
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | -import ImSDK_Smart | 6 | +import ImSDK |
7 | import Swift | 7 | import Swift |
8 | import TXLiteAVSDK_TRTC | 8 | import TXLiteAVSDK_TRTC |
9 | @_exported import hhVDoctorSDK | 9 | @_exported import hhVDoctorSDK |
@@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
203 | @objc override dynamic public init() | 203 | @objc override dynamic public init() |
204 | @objc deinit | 204 | @objc deinit |
205 | } | 205 | } |
206 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | 206 | +extension TIM : ImSDK.V2TIMSDKListener { |
207 | public func onConnSucc() | 207 | public func onConnSucc() |
208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
210 | @objc dynamic public func onKickedOffline() | 210 | @objc dynamic public func onKickedOffline() |
211 | @objc dynamic public func onUserSigExpired() | 211 | @objc dynamic public func onUserSigExpired() |
212 | } | 212 | } |
213 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
214 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 213 | +extension TIM : ImSDK.V2TIMAdvancedMsgListener { |
214 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK.V2TIMMessage!) | ||
215 | } | 215 | } |
216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
217 | public static let `default`: hhVDoctorSDK.TRTC | 217 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
@@ -3,7 +3,7 @@ | @@ -3,7 +3,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 hhVDoctorSDK | 3 | // swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK |
4 | import Foundation | 4 | import Foundation |
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | -import ImSDK_Smart | 6 | +import ImSDK |
7 | import Swift | 7 | import Swift |
8 | import TXLiteAVSDK_TRTC | 8 | import TXLiteAVSDK_TRTC |
9 | @_exported import hhVDoctorSDK | 9 | @_exported import hhVDoctorSDK |
@@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
203 | @objc override dynamic public init() | 203 | @objc override dynamic public init() |
204 | @objc deinit | 204 | @objc deinit |
205 | } | 205 | } |
206 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | 206 | +extension TIM : ImSDK.V2TIMSDKListener { |
207 | public func onConnSucc() | 207 | public func onConnSucc() |
208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
210 | @objc dynamic public func onKickedOffline() | 210 | @objc dynamic public func onKickedOffline() |
211 | @objc dynamic public func onUserSigExpired() | 211 | @objc dynamic public func onUserSigExpired() |
212 | } | 212 | } |
213 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
214 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 213 | +extension TIM : ImSDK.V2TIMAdvancedMsgListener { |
214 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK.V2TIMMessage!) | ||
215 | } | 215 | } |
216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
217 | public static let `default`: hhVDoctorSDK.TRTC | 217 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | // swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK | 3 | // swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK |
4 | import Foundation | 4 | import Foundation |
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | -import ImSDK_Smart | 6 | +import ImSDK |
7 | import Swift | 7 | import Swift |
8 | import TXLiteAVSDK_TRTC | 8 | import TXLiteAVSDK_TRTC |
9 | @_exported import hhVDoctorSDK | 9 | @_exported import hhVDoctorSDK |
@@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
203 | @objc override dynamic public init() | 203 | @objc override dynamic public init() |
204 | @objc deinit | 204 | @objc deinit |
205 | } | 205 | } |
206 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | 206 | +extension TIM : ImSDK.V2TIMSDKListener { |
207 | public func onConnSucc() | 207 | public func onConnSucc() |
208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
210 | @objc dynamic public func onKickedOffline() | 210 | @objc dynamic public func onKickedOffline() |
211 | @objc dynamic public func onUserSigExpired() | 211 | @objc dynamic public func onUserSigExpired() |
212 | } | 212 | } |
213 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
214 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 213 | +extension TIM : ImSDK.V2TIMAdvancedMsgListener { |
214 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK.V2TIMMessage!) | ||
215 | } | 215 | } |
216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
217 | public static let `default`: hhVDoctorSDK.TRTC | 217 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | // swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK | 3 | // swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name hhVDoctorSDK |
4 | import Foundation | 4 | import Foundation |
5 | import HHSDKVideo | 5 | import HHSDKVideo |
6 | -import ImSDK_Smart | 6 | +import ImSDK |
7 | import Swift | 7 | import Swift |
8 | import TXLiteAVSDK_TRTC | 8 | import TXLiteAVSDK_TRTC |
9 | @_exported import hhVDoctorSDK | 9 | @_exported import hhVDoctorSDK |
@@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -203,15 +203,15 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
203 | @objc override dynamic public init() | 203 | @objc override dynamic public init() |
204 | @objc deinit | 204 | @objc deinit |
205 | } | 205 | } |
206 | -extension TIM : ImSDK_Smart.V2TIMSDKListener { | 206 | +extension TIM : ImSDK.V2TIMSDKListener { |
207 | public func onConnSucc() | 207 | public func onConnSucc() |
208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 208 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 209 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
210 | @objc dynamic public func onKickedOffline() | 210 | @objc dynamic public func onKickedOffline() |
211 | @objc dynamic public func onUserSigExpired() | 211 | @objc dynamic public func onUserSigExpired() |
212 | } | 212 | } |
213 | -extension TIM : ImSDK_Smart.V2TIMAdvancedMsgListener { | ||
214 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Smart.V2TIMMessage!) | 213 | +extension TIM : ImSDK.V2TIMAdvancedMsgListener { |
214 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK.V2TIMMessage!) | ||
215 | } | 215 | } |
216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 216 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
217 | public static let `default`: hhVDoctorSDK.TRTC | 217 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
No preview for this file type
-
Please register or login to post a comment