wangguolei

3.6.4.06061148

Showing 20 changed files with 65 additions and 65 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "3.6.4.06051944" 3 + s.version = "3.6.4.06061148"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -6,29 +6,29 @@ @@ -6,29 +6,29 @@
6 <array> 6 <array>
7 <dict> 7 <dict>
8 <key>LibraryIdentifier</key> 8 <key>LibraryIdentifier</key>
9 - <string>ios-arm64</string> 9 + <string>ios-x86_64-simulator</string>
10 <key>LibraryPath</key> 10 <key>LibraryPath</key>
11 <string>HHSDKVideo.framework</string> 11 <string>HHSDKVideo.framework</string>
12 <key>SupportedArchitectures</key> 12 <key>SupportedArchitectures</key>
13 <array> 13 <array>
14 - <string>arm64</string> 14 + <string>x86_64</string>
15 </array> 15 </array>
16 <key>SupportedPlatform</key> 16 <key>SupportedPlatform</key>
17 <string>ios</string> 17 <string>ios</string>
  18 + <key>SupportedPlatformVariant</key>
  19 + <string>simulator</string>
18 </dict> 20 </dict>
19 <dict> 21 <dict>
20 <key>LibraryIdentifier</key> 22 <key>LibraryIdentifier</key>
21 - <string>ios-x86_64-simulator</string> 23 + <string>ios-arm64</string>
22 <key>LibraryPath</key> 24 <key>LibraryPath</key>
23 <string>HHSDKVideo.framework</string> 25 <string>HHSDKVideo.framework</string>
24 <key>SupportedArchitectures</key> 26 <key>SupportedArchitectures</key>
25 <array> 27 <array>
26 - <string>x86_64</string> 28 + <string>arm64</string>
27 </array> 29 </array>
28 <key>SupportedPlatform</key> 30 <key>SupportedPlatform</key>
29 <string>ios</string> 31 <string>ios</string>
30 - <key>SupportedPlatformVariant</key>  
31 - <string>simulator</string>  
32 </dict> 32 </dict>
33 </array> 33 </array>
34 <key>CFBundlePackageType</key> 34 <key>CFBundlePackageType</key>
@@ -6,29 +6,29 @@ @@ -6,29 +6,29 @@
6 <array> 6 <array>
7 <dict> 7 <dict>
8 <key>LibraryIdentifier</key> 8 <key>LibraryIdentifier</key>
9 - <string>ios-arm64</string> 9 + <string>ios-x86_64-simulator</string>
10 <key>LibraryPath</key> 10 <key>LibraryPath</key>
11 <string>hhVDoctorSDK.framework</string> 11 <string>hhVDoctorSDK.framework</string>
12 <key>SupportedArchitectures</key> 12 <key>SupportedArchitectures</key>
13 <array> 13 <array>
14 - <string>arm64</string> 14 + <string>x86_64</string>
15 </array> 15 </array>
16 <key>SupportedPlatform</key> 16 <key>SupportedPlatform</key>
17 <string>ios</string> 17 <string>ios</string>
  18 + <key>SupportedPlatformVariant</key>
  19 + <string>simulator</string>
18 </dict> 20 </dict>
19 <dict> 21 <dict>
20 <key>LibraryIdentifier</key> 22 <key>LibraryIdentifier</key>
21 - <string>ios-x86_64-simulator</string> 23 + <string>ios-arm64</string>
22 <key>LibraryPath</key> 24 <key>LibraryPath</key>
23 <string>hhVDoctorSDK.framework</string> 25 <string>hhVDoctorSDK.framework</string>
24 <key>SupportedArchitectures</key> 26 <key>SupportedArchitectures</key>
25 <array> 27 <array>
26 - <string>x86_64</string> 28 + <string>arm64</string>
27 </array> 29 </array>
28 <key>SupportedPlatform</key> 30 <key>SupportedPlatform</key>
29 <string>ios</string> 31 <string>ios</string>
30 - <key>SupportedPlatformVariant</key>  
31 - <string>simulator</string>  
32 </dict> 32 </dict>
33 </array> 33 </array>
34 <key>CFBundlePackageType</key> 34 <key>CFBundlePackageType</key>
@@ -516,18 +516,14 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_") @@ -516,18 +516,14 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
516 /// 516 ///
517 /// \param image 分享图片地址 517 /// \param image 分享图片地址
518 /// 518 ///
519 -/// \param wxAppId 缺少的权限类型 519 +/// \param wxAppId 拉起的小程序的username
520 /// 520 ///
521 -- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId; 521 +- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId SWIFT_DEPRECATED_MSG("已弃用,如有问题,请联系和缓");
522 /// 需要拉起和缓小程序分享 (3.6.4 之后支持) 522 /// 需要拉起和缓小程序分享 (3.6.4 之后支持)
523 /// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html 523 /// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
524 /// \param path 跳转小程序路径 524 /// \param path 跳转小程序路径
525 /// 525 ///
526 -/// \param title 卡片标题  
527 -///  
528 -/// \param image 分享图片地址  
529 -///  
530 -/// \param wxAppId 缺少的权限类型 526 +/// \param wxAppId 拉起的小程序的username
531 /// 527 ///
532 - (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId; 528 - (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId;
533 /// 去支付次卡 529 /// 去支付次卡
@@ -3405,11 +3405,13 @@ @@ -3405,11 +3405,13 @@
3405 "moduleName": "hhVDoctorSDK", 3405 "moduleName": "hhVDoctorSDK",
3406 "genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>", 3406 "genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>",
3407 "sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>", 3407 "sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>",
  3408 + "deprecated": true,
3408 "protocolReq": true, 3409 "protocolReq": true,
3409 "objc_name": "onShareToWXMiniProgramWithPath:title:image:wxAppId:", 3410 "objc_name": "onShareToWXMiniProgramWithPath:title:image:wxAppId:",
3410 "declAttributes": [ 3411 "declAttributes": [
3411 "Optional", 3412 "Optional",
3412 "ObjC", 3413 "ObjC",
  3414 + "Available",
3413 "RawDocComment" 3415 "RawDocComment"
3414 ], 3416 ],
3415 "reqNewWitnessTableEntry": true, 3417 "reqNewWitnessTableEntry": true,
@@ -12109,70 +12111,70 @@ @@ -12109,70 +12111,70 @@
12109 { 12111 {
12110 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12112 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12111 "kind": "IntegerLiteral", 12113 "kind": "IntegerLiteral",
12112 - "offset": 2835, 12114 + "offset": 2850,
12113 "length": 1, 12115 "length": 1,
12114 "value": "0" 12116 "value": "0"
12115 }, 12117 },
12116 { 12118 {
12117 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12119 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12118 "kind": "IntegerLiteral", 12120 "kind": "IntegerLiteral",
12119 - "offset": 2846, 12121 + "offset": 2861,
12120 "length": 13, 12122 "length": 13,
12121 "value": "1" 12123 "value": "1"
12122 }, 12124 },
12123 { 12125 {
12124 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12126 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12125 "kind": "IntegerLiteral", 12127 "kind": "IntegerLiteral",
12126 - "offset": 2869, 12128 + "offset": 2884,
12127 "length": 14, 12129 "length": 14,
12128 "value": "2" 12130 "value": "2"
12129 }, 12131 },
12130 { 12132 {
12131 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12133 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12132 "kind": "IntegerLiteral", 12134 "kind": "IntegerLiteral",
12133 - "offset": 2893, 12135 + "offset": 2908,
12134 "length": 11, 12136 "length": 11,
12135 "value": "3" 12137 "value": "3"
12136 }, 12138 },
12137 { 12139 {
12138 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12140 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12139 "kind": "IntegerLiteral", 12141 "kind": "IntegerLiteral",
12140 - "offset": 2914, 12142 + "offset": 2929,
12141 "length": 7, 12143 "length": 7,
12142 "value": "4" 12144 "value": "4"
12143 }, 12145 },
12144 { 12146 {
12145 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12147 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12146 "kind": "IntegerLiteral", 12148 "kind": "IntegerLiteral",
12147 - "offset": 2835, 12149 + "offset": 2850,
12148 "length": 1, 12150 "length": 1,
12149 "value": "0" 12151 "value": "0"
12150 }, 12152 },
12151 { 12153 {
12152 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12154 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12153 "kind": "IntegerLiteral", 12155 "kind": "IntegerLiteral",
12154 - "offset": 2846, 12156 + "offset": 2861,
12155 "length": 13, 12157 "length": 13,
12156 "value": "1" 12158 "value": "1"
12157 }, 12159 },
12158 { 12160 {
12159 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12161 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12160 "kind": "IntegerLiteral", 12162 "kind": "IntegerLiteral",
12161 - "offset": 2869, 12163 + "offset": 2884,
12162 "length": 14, 12164 "length": 14,
12163 "value": "2" 12165 "value": "2"
12164 }, 12166 },
12165 { 12167 {
12166 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12168 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12167 "kind": "IntegerLiteral", 12169 "kind": "IntegerLiteral",
12168 - "offset": 2893, 12170 + "offset": 2908,
12169 "length": 11, 12171 "length": 11,
12170 "value": "3" 12172 "value": "3"
12171 }, 12173 },
12172 { 12174 {
12173 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12175 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12174 "kind": "IntegerLiteral", 12176 "kind": "IntegerLiteral",
12175 - "offset": 2914, 12177 + "offset": 2929,
12176 "length": 7, 12178 "length": 7,
12177 "value": "4" 12179 "value": "4"
12178 }, 12180 },
@@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { @@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
130 @objc optional func onReceive(_ callID: Swift.String) 130 @objc optional func onReceive(_ callID: Swift.String)
131 @objc optional func onResponse(_ accept: Swift.Bool) 131 @objc optional func onResponse(_ accept: Swift.Bool)
132 @objc optional func onForceOffline() 132 @objc optional func onForceOffline()
  133 + @available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
133 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String) 134 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
134 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String) 135 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
135 @objc optional func goPayCount(_ url: Swift.String) 136 @objc optional func goPayCount(_ url: Swift.String)
@@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { @@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
130 @objc optional func onReceive(_ callID: Swift.String) 130 @objc optional func onReceive(_ callID: Swift.String)
131 @objc optional func onResponse(_ accept: Swift.Bool) 131 @objc optional func onResponse(_ accept: Swift.Bool)
132 @objc optional func onForceOffline() 132 @objc optional func onForceOffline()
  133 + @available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
133 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String) 134 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
134 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String) 135 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
135 @objc optional func goPayCount(_ url: Swift.String) 136 @objc optional func goPayCount(_ url: Swift.String)
@@ -516,18 +516,14 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_") @@ -516,18 +516,14 @@ SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
516 /// 516 ///
517 /// \param image 分享图片地址 517 /// \param image 分享图片地址
518 /// 518 ///
519 -/// \param wxAppId 缺少的权限类型 519 +/// \param wxAppId 拉起的小程序的username
520 /// 520 ///
521 -- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId; 521 +- (void)onShareToWXMiniProgramWithPath:(NSString * _Nonnull)path title:(NSString * _Nonnull)title image:(NSString * _Nonnull)image wxAppId:(NSString * _Nonnull)wxAppId SWIFT_DEPRECATED_MSG("已弃用,如有问题,请联系和缓");
522 /// 需要拉起和缓小程序分享 (3.6.4 之后支持) 522 /// 需要拉起和缓小程序分享 (3.6.4 之后支持)
523 /// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html 523 /// 拉起小程序请参考微信文档 https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Launching_a_Mini_Program/iOS_Development_example.html
524 /// \param path 跳转小程序路径 524 /// \param path 跳转小程序路径
525 /// 525 ///
526 -/// \param title 卡片标题  
527 -///  
528 -/// \param image 分享图片地址  
529 -///  
530 -/// \param wxAppId 缺少的权限类型 526 +/// \param wxAppId 拉起的小程序的username
531 /// 527 ///
532 - (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId; 528 - (void)onShareLaunchWXMiniProgramWithPath:(NSString * _Nonnull)path wxAppId:(NSString * _Nonnull)wxAppId;
533 /// 去支付次卡 529 /// 去支付次卡
@@ -3405,11 +3405,13 @@ @@ -3405,11 +3405,13 @@
3405 "moduleName": "hhVDoctorSDK", 3405 "moduleName": "hhVDoctorSDK",
3406 "genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>", 3406 "genericSig": "<τ_0_0 where τ_0_0 : hhVDoctorSDK.HHMVideoDelegate>",
3407 "sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>", 3407 "sugared_genericSig": "<Self where Self : hhVDoctorSDK.HHMVideoDelegate>",
  3408 + "deprecated": true,
3408 "protocolReq": true, 3409 "protocolReq": true,
3409 "objc_name": "onShareToWXMiniProgramWithPath:title:image:wxAppId:", 3410 "objc_name": "onShareToWXMiniProgramWithPath:title:image:wxAppId:",
3410 "declAttributes": [ 3411 "declAttributes": [
3411 "Optional", 3412 "Optional",
3412 "ObjC", 3413 "ObjC",
  3414 + "Available",
3413 "RawDocComment" 3415 "RawDocComment"
3414 ], 3416 ],
3415 "reqNewWitnessTableEntry": true, 3417 "reqNewWitnessTableEntry": true,
@@ -12109,70 +12111,70 @@ @@ -12109,70 +12111,70 @@
12109 { 12111 {
12110 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12112 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12111 "kind": "IntegerLiteral", 12113 "kind": "IntegerLiteral",
12112 - "offset": 2835, 12114 + "offset": 2850,
12113 "length": 1, 12115 "length": 1,
12114 "value": "0" 12116 "value": "0"
12115 }, 12117 },
12116 { 12118 {
12117 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12119 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12118 "kind": "IntegerLiteral", 12120 "kind": "IntegerLiteral",
12119 - "offset": 2846, 12121 + "offset": 2861,
12120 "length": 13, 12122 "length": 13,
12121 "value": "1" 12123 "value": "1"
12122 }, 12124 },
12123 { 12125 {
12124 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12126 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12125 "kind": "IntegerLiteral", 12127 "kind": "IntegerLiteral",
12126 - "offset": 2869, 12128 + "offset": 2884,
12127 "length": 14, 12129 "length": 14,
12128 "value": "2" 12130 "value": "2"
12129 }, 12131 },
12130 { 12132 {
12131 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12133 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12132 "kind": "IntegerLiteral", 12134 "kind": "IntegerLiteral",
12133 - "offset": 2893, 12135 + "offset": 2908,
12134 "length": 11, 12136 "length": 11,
12135 "value": "3" 12137 "value": "3"
12136 }, 12138 },
12137 { 12139 {
12138 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12140 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12139 "kind": "IntegerLiteral", 12141 "kind": "IntegerLiteral",
12140 - "offset": 2914, 12142 + "offset": 2929,
12141 "length": 7, 12143 "length": 7,
12142 "value": "4" 12144 "value": "4"
12143 }, 12145 },
12144 { 12146 {
12145 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12147 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12146 "kind": "IntegerLiteral", 12148 "kind": "IntegerLiteral",
12147 - "offset": 2835, 12149 + "offset": 2850,
12148 "length": 1, 12150 "length": 1,
12149 "value": "0" 12151 "value": "0"
12150 }, 12152 },
12151 { 12153 {
12152 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12154 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12153 "kind": "IntegerLiteral", 12155 "kind": "IntegerLiteral",
12154 - "offset": 2846, 12156 + "offset": 2861,
12155 "length": 13, 12157 "length": 13,
12156 "value": "1" 12158 "value": "1"
12157 }, 12159 },
12158 { 12160 {
12159 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12161 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12160 "kind": "IntegerLiteral", 12162 "kind": "IntegerLiteral",
12161 - "offset": 2869, 12163 + "offset": 2884,
12162 "length": 14, 12164 "length": 14,
12163 "value": "2" 12165 "value": "2"
12164 }, 12166 },
12165 { 12167 {
12166 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12168 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12167 "kind": "IntegerLiteral", 12169 "kind": "IntegerLiteral",
12168 - "offset": 2893, 12170 + "offset": 2908,
12169 "length": 11, 12171 "length": 11,
12170 "value": "3" 12172 "value": "3"
12171 }, 12173 },
12172 { 12174 {
12173 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift", 12175 "filePath": "\/Users\/chengyanfang\/Documents\/hh\/iOS_SDK\/hhsdk.ios.lego\/hhVDoctorSDK\/Classes\/PublicHeaders\/HHMVideoDelegate.swift",
12174 "kind": "IntegerLiteral", 12176 "kind": "IntegerLiteral",
12175 - "offset": 2914, 12177 + "offset": 2929,
12176 "length": 7, 12178 "length": 7,
12177 "value": "4" 12179 "value": "4"
12178 }, 12180 },
@@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { @@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
130 @objc optional func onReceive(_ callID: Swift.String) 130 @objc optional func onReceive(_ callID: Swift.String)
131 @objc optional func onResponse(_ accept: Swift.Bool) 131 @objc optional func onResponse(_ accept: Swift.Bool)
132 @objc optional func onForceOffline() 132 @objc optional func onForceOffline()
  133 + @available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
133 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String) 134 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
134 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String) 135 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
135 @objc optional func goPayCount(_ url: Swift.String) 136 @objc optional func goPayCount(_ url: Swift.String)
@@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate { @@ -130,6 +130,7 @@ extension hhVDoctorSDK.HHMSDK : HHSDKVideo.HHBaseVideoDelegate {
130 @objc optional func onReceive(_ callID: Swift.String) 130 @objc optional func onReceive(_ callID: Swift.String)
131 @objc optional func onResponse(_ accept: Swift.Bool) 131 @objc optional func onResponse(_ accept: Swift.Bool)
132 @objc optional func onForceOffline() 132 @objc optional func onForceOffline()
  133 + @available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
133 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String) 134 @objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
134 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String) 135 @objc optional func onShareLaunchWXMiniProgram(path: Swift.String, wxAppId: Swift.String)
135 @objc optional func goPayCount(_ url: Swift.String) 136 @objc optional func goPayCount(_ url: Swift.String)
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 <dict> 6 <dict>
7 <key>Headers/hhVDoctorSDK-Swift.h</key> 7 <key>Headers/hhVDoctorSDK-Swift.h</key>
8 <data> 8 <data>
9 - FksZNmgqp1GE/MTpvqyUQW1hVQc= 9 + k+2BD9aZYjnGs0PXNWQFAs6MOQY=
10 </data> 10 </data>
11 <key>Headers/hhVDoctorSDK-umbrella.h</key> 11 <key>Headers/hhVDoctorSDK-umbrella.h</key>
12 <data> 12 <data>
@@ -18,23 +18,23 @@ @@ -18,23 +18,23 @@
18 </data> 18 </data>
19 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> 19 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
20 <data> 20 <data>
21 - uolL3hX3eHUShYgaDX01ducY0hI= 21 + BlCNpl3AwZW9tCq21ZVABkQ1Pus=
22 </data> 22 </data>
23 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> 23 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
24 <data> 24 <data>
25 - VI5iAsac76PSaB5nBl4SVh/nLmM= 25 + h3kHPKbf6Ej/cGgRi3HzKUHmSXE=
26 </data> 26 </data>
27 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> 27 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
28 <data> 28 <data>
29 - WXQ+DKsubIcXyCqXqNziYIsqwD8= 29 + 4stL+oOVDhCUaiZ8Ju8uogTtwX0=
30 </data> 30 </data>
31 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> 31 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
32 <data> 32 <data>
33 - VI5iAsac76PSaB5nBl4SVh/nLmM= 33 + h3kHPKbf6Ej/cGgRi3HzKUHmSXE=
34 </data> 34 </data>
35 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> 35 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
36 <data> 36 <data>
37 - CuqQ+hbfplahZR6rcFoUAsDb6JM= 37 + 57yRkLrVg6COnWbjrqJhNH/2G/I=
38 </data> 38 </data>
39 <key>Modules/module.modulemap</key> 39 <key>Modules/module.modulemap</key>
40 <data> 40 <data>
@@ -47,11 +47,11 @@ @@ -47,11 +47,11 @@
47 <dict> 47 <dict>
48 <key>hash</key> 48 <key>hash</key>
49 <data> 49 <data>
50 - FksZNmgqp1GE/MTpvqyUQW1hVQc= 50 + k+2BD9aZYjnGs0PXNWQFAs6MOQY=
51 </data> 51 </data>
52 <key>hash2</key> 52 <key>hash2</key>
53 <data> 53 <data>
54 - 7H39uQCYVKWKDgfzZwur59m6UFtsFAekhH9tCahHfZk= 54 + IP6xDfmT9jKpBXCcNemsFXkB0Cll4Fua5yKU6N25j5U=
55 </data> 55 </data>
56 </dict> 56 </dict>
57 <key>Headers/hhVDoctorSDK-umbrella.h</key> 57 <key>Headers/hhVDoctorSDK-umbrella.h</key>
@@ -69,55 +69,55 @@ @@ -69,55 +69,55 @@
69 <dict> 69 <dict>
70 <key>hash</key> 70 <key>hash</key>
71 <data> 71 <data>
72 - uolL3hX3eHUShYgaDX01ducY0hI= 72 + BlCNpl3AwZW9tCq21ZVABkQ1Pus=
73 </data> 73 </data>
74 <key>hash2</key> 74 <key>hash2</key>
75 <data> 75 <data>
76 - w2dQoKtNjNPz9FazJghFcOAOfOMHHleC7LenTOEFe0g= 76 + gCZx3IdT7NhZOkzqASal/SFCF/AepsqUNfI58+2RTTw=
77 </data> 77 </data>
78 </dict> 78 </dict>
79 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> 79 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
80 <dict> 80 <dict>
81 <key>hash</key> 81 <key>hash</key>
82 <data> 82 <data>
83 - VI5iAsac76PSaB5nBl4SVh/nLmM= 83 + h3kHPKbf6Ej/cGgRi3HzKUHmSXE=
84 </data> 84 </data>
85 <key>hash2</key> 85 <key>hash2</key>
86 <data> 86 <data>
87 - g5NzFsv85elvT4N0AOOO9eOUNIp0UrpqJdI/pu2qKHw= 87 + hYhhZARgHCWgrZ77KXugXJnPNFrNQK1N/wRZR25Xgg0=
88 </data> 88 </data>
89 </dict> 89 </dict>
90 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> 90 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
91 <dict> 91 <dict>
92 <key>hash</key> 92 <key>hash</key>
93 <data> 93 <data>
94 - WXQ+DKsubIcXyCqXqNziYIsqwD8= 94 + 4stL+oOVDhCUaiZ8Ju8uogTtwX0=
95 </data> 95 </data>
96 <key>hash2</key> 96 <key>hash2</key>
97 <data> 97 <data>
98 - jcAJau4AkM6YLLi2Zr/iU47PdZYNOMavK6ueW/wQNpk= 98 + T1nulUpdIJKgVOvG3X32cJ8kElHy8jynnGuNjkrXtE4=
99 </data> 99 </data>
100 </dict> 100 </dict>
101 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> 101 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
102 <dict> 102 <dict>
103 <key>hash</key> 103 <key>hash</key>
104 <data> 104 <data>
105 - VI5iAsac76PSaB5nBl4SVh/nLmM= 105 + h3kHPKbf6Ej/cGgRi3HzKUHmSXE=
106 </data> 106 </data>
107 <key>hash2</key> 107 <key>hash2</key>
108 <data> 108 <data>
109 - g5NzFsv85elvT4N0AOOO9eOUNIp0UrpqJdI/pu2qKHw= 109 + hYhhZARgHCWgrZ77KXugXJnPNFrNQK1N/wRZR25Xgg0=
110 </data> 110 </data>
111 </dict> 111 </dict>
112 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> 112 <key>Modules/hhVDoctorSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
113 <dict> 113 <dict>
114 <key>hash</key> 114 <key>hash</key>
115 <data> 115 <data>
116 - CuqQ+hbfplahZR6rcFoUAsDb6JM= 116 + 57yRkLrVg6COnWbjrqJhNH/2G/I=
117 </data> 117 </data>
118 <key>hash2</key> 118 <key>hash2</key>
119 <data> 119 <data>
120 - 18GxRTMqfDuTmQTEy0iqy7Ilk78+VSzuURz4BTNwhyg= 120 + 2z69YxAVHDpPepN0nRe+EKFb9hl/iFlXAJMMpD8nUIE=
121 </data> 121 </data>
122 </dict> 122 </dict>
123 <key>Modules/module.modulemap</key> 123 <key>Modules/module.modulemap</key>