Showing
100 changed files
with
5 additions
and
5 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
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
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
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
HHVDoctorSDK/HHSDKVideo.framework/Modules/HHSDKVideo.swiftmodule/x86_64.swiftinterface
deleted
100644 → 0
This diff could not be displayed because it is too large.
HHVDoctorSDK/HHSDKVideo.framework/Modules/HHSDKVideo.swiftmodule/x86_64.swiftmodule
deleted
100644 → 0
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/RealName.storyboardc/realName.nib/objects-11.0+.nib
deleted
100644 → 0
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; | 193 | +@import ImSDK_Plus; |
| 194 | @import ObjectiveC; | 194 | @import ObjectiveC; |
| 195 | @import TXLiteAVSDK_TRTC; | 195 | @import TXLiteAVSDK_TRTC; |
| 196 | #endif | 196 | #endif |
No preview for this file type
No preview for this file type
No preview for this file type
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 | 6 | +import ImSDK_Plus |
| 7 | import Swift | 7 | import Swift |
| 8 | import TXLiteAVSDK_TRTC | 8 | import TXLiteAVSDK_TRTC |
| 9 | import UIKit | 9 | import UIKit |
| @@ -264,15 +264,15 @@ extension PermissionType : Swift.CustomStringConvertible { | @@ -264,15 +264,15 @@ extension PermissionType : Swift.CustomStringConvertible { | ||
| 264 | @objc override dynamic public init() | 264 | @objc override dynamic public init() |
| 265 | @objc deinit | 265 | @objc deinit |
| 266 | } | 266 | } |
| 267 | -extension TIM : ImSDK.V2TIMSDKListener { | 267 | +extension TIM : ImSDK_Plus.V2TIMSDKListener { |
| 268 | public func onConnSucc() | 268 | public func onConnSucc() |
| 269 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) | 269 | @objc dynamic public func onConnectFailed(_ code: Swift.Int32, err: Swift.String!) |
| 270 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) | 270 | public func onDisconnect(_ code: Swift.Int32, err: Swift.String!) |
| 271 | @objc dynamic public func onKickedOffline() | 271 | @objc dynamic public func onKickedOffline() |
| 272 | @objc dynamic public func onUserSigExpired() | 272 | @objc dynamic public func onUserSigExpired() |
| 273 | } | 273 | } |
| 274 | -extension TIM : ImSDK.V2TIMAdvancedMsgListener { | ||
| 275 | - @objc dynamic public func onRecvNewMessage(_ msg: ImSDK.V2TIMMessage!) | 274 | +extension TIM : ImSDK_Plus.V2TIMAdvancedMsgListener { |
| 275 | + @objc dynamic public func onRecvNewMessage(_ msg: ImSDK_Plus.V2TIMMessage!) | ||
| 276 | } | 276 | } |
| 277 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { | 277 | @objc @_inheritsConvenienceInitializers public class TRTC : ObjectiveC.NSObject { |
| 278 | public static let `default`: hhVDoctorSDK.TRTC | 278 | public static let `default`: hhVDoctorSDK.TRTC |
No preview for this file type
-
Please register or login to post a comment