ashen_23

sdk upgrade

Showing 45 changed files with 14 additions and 2 deletions
Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "2.2.44"
s.version = "2.2.46"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>09:27:18:17</string></dict>
<string>09:27:19:09</string></dict>
</plist>
... ...
... ... @@ -570,6 +570,16 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) {
@class UITapGestureRecognizer;
@class NSTimer;
... ... @@ -588,6 +598,8 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) {
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
... ...