ashen_23

sdk upgrade

Showing 45 changed files with 14 additions and 2 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHVDoctorSDK" 2 s.name = "HHVDoctorSDK"
3 - s.version = "2.2.44" 3 + s.version = "2.2.46"
4 s.summary = "和缓视频医生 SDK" 4 s.summary = "和缓视频医生 SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>09:27:18:17</string></dict> 6 +<string>09:27:19:09</string></dict>
7 </plist> 7 </plist>
@@ -570,6 +570,16 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) { @@ -570,6 +570,16 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) {
570 570
571 571
572 572
  573 +
  574 +
  575 +
  576 +
  577 +
  578 +
  579 +
  580 +
  581 +
  582 +
573 @class UITapGestureRecognizer; 583 @class UITapGestureRecognizer;
574 @class NSTimer; 584 @class NSTimer;
575 585
@@ -588,6 +598,8 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) { @@ -588,6 +598,8 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) {
588 598
589 599
590 600
  601 +
  602 +
591 #if __has_attribute(external_source_symbol) 603 #if __has_attribute(external_source_symbol)
592 # pragma clang attribute pop 604 # pragma clang attribute pop
593 #endif 605 #endif