ashen_23

sdk upgrade

Showing 27 changed files with 4 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.0.6.0828.1952" 3 + s.version = "2.0.6.0828.1958"
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>08:28:19:52</string></dict> 6 +<string>08:28:19:58</string></dict>
7 </plist> 7 </plist>
@@ -498,6 +498,8 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHPhotoPickerController") @@ -498,6 +498,8 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHPhotoPickerController")
498 /// 全局配置 498 /// 全局配置
499 SWIFT_CLASS("_TtC12hhVDoctorSDK12HHSDKOptions") 499 SWIFT_CLASS("_TtC12hhVDoctorSDK12HHSDKOptions")
500 @interface HHSDKOptions : NSObject 500 @interface HHSDKOptions : NSObject
  501 +SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHSDKOptions * _Nonnull default_;)
  502 ++ (HHSDKOptions * _Nonnull)default SWIFT_WARN_UNUSED_RESULT;
501 /// hud 自动显示的时间 503 /// hud 自动显示的时间
502 @property (nonatomic) NSTimeInterval hudDisTime; 504 @property (nonatomic) NSTimeInterval hudDisTime;
503 /// 调试模式(打印日志) 505 /// 调试模式(打印日志)