ashen_23

sdk upgrade

Showing 27 changed files with 4 additions and 33 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.0724.1450" 3 + s.version = "2.0.6.0724.1525"
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>07:24:14:50</string></dict> 6 +<string>07:24:15:25</string></dict>
7 </plist> 7 </plist>
@@ -171,7 +171,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); @@ -171,7 +171,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
171 @import Foundation; 171 @import Foundation;
172 @import ObjectiveC; 172 @import ObjectiveC;
173 @import Photos; 173 @import Photos;
174 -@import QuartzCore;  
175 @import UIKit; 174 @import UIKit;
176 #endif 175 #endif
177 176
@@ -286,29 +285,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager") @@ -286,29 +285,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager")
286 @end 285 @end
287 286
288 287
289 -SWIFT_CLASS("_TtC12hhVDoctorSDK14HHEveluateView")  
290 -@interface HHEveluateView : UIView  
291 -- (void)awakeFromNib;  
292 -- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;  
293 -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;  
294 -@end  
295 -  
296 -@class CAAnimation;  
297 -  
298 -@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <CAAnimationDelegate>  
299 -- (void)animationDidStop:(CAAnimation * _Nonnull)anim finished:(BOOL)flag;  
300 -@end  
301 -  
302 -  
303 -@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <FloatRatingViewDelegate>  
304 -- (void)floatRatingView:(FloatRatingView * _Nonnull)ratingView didUpdate:(float)rating;  
305 -@end  
306 -  
307 -  
308 -  
309 -  
310 -  
311 -  
312 SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager") 288 SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager")
313 @interface HHFileCacheManager : NSObject 289 @interface HHFileCacheManager : NSObject
314 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; 290 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@@ -374,6 +350,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau @@ -374,6 +350,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
374 - (void)loginWithUuid:(NSInteger)uuid completion:(void (^ _Nonnull)(NSString * _Nullable))completion SWIFT_DEPRECATED_MSG("Use login(userToken: String, completion: @escaping HHLoginHandler) instead."); 350 - (void)loginWithUuid:(NSInteger)uuid completion:(void (^ _Nonnull)(NSString * _Nullable))completion SWIFT_DEPRECATED_MSG("Use login(userToken: String, completion: @escaping HHLoginHandler) instead.");
375 /// 登出 351 /// 登出
376 - (void)logout; 352 - (void)logout;
  353 +/// 切换正式/测试环境,请勿调用
  354 +- (void)switchEnv:(BOOL)development;
377 /// 主叫发起通话 355 /// 主叫发起通话
378 /// \param type 呼叫类型 356 /// \param type 呼叫类型
379 /// 357 ///
@@ -466,13 +444,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHMediaStatusCheckUtils") @@ -466,13 +444,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHMediaStatusCheckUtils")
466 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; 444 - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
467 @end 445 @end
468 446
469 -  
470 -SWIFT_CLASS("_TtC12hhVDoctorSDK13HHNetObserver")  
471 -@interface HHNetObserver : NSObject  
472 -- (nonnull instancetype)init SWIFT_UNAVAILABLE;  
473 -+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");  
474 -@end  
475 -  
476 @class UIWindow; 447 @class UIWindow;
477 @class UICollectionView; 448 @class UICollectionView;
478 @class UICollectionViewCell; 449 @class UICollectionViewCell;