ashen_23

sdk upgrade

Showing 27 changed files with 4 additions and 33 deletions
Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "2.0.6.0724.1450"
s.version = "2.0.6.0724.1525"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>07:24:14:50</string></dict>
<string>07:24:15:25</string></dict>
</plist>
... ...
... ... @@ -171,7 +171,6 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@import Foundation;
@import ObjectiveC;
@import Photos;
@import QuartzCore;
@import UIKit;
#endif
... ... @@ -286,29 +285,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager")
@end
SWIFT_CLASS("_TtC12hhVDoctorSDK14HHEveluateView")
@interface HHEveluateView : UIView
- (void)awakeFromNib;
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
@end
@class CAAnimation;
@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <CAAnimationDelegate>
- (void)animationDidStop:(CAAnimation * _Nonnull)anim finished:(BOOL)flag;
@end
@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <FloatRatingViewDelegate>
- (void)floatRatingView:(FloatRatingView * _Nonnull)ratingView didUpdate:(float)rating;
@end
SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager")
@interface HHFileCacheManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
... ... @@ -374,6 +350,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
- (void)loginWithUuid:(NSInteger)uuid completion:(void (^ _Nonnull)(NSString * _Nullable))completion SWIFT_DEPRECATED_MSG("Use login(userToken: String, completion: @escaping HHLoginHandler) instead.");
/// 登出
- (void)logout;
/// 切换正式/测试环境,请勿调用
- (void)switchEnv:(BOOL)development;
/// 主叫发起通话
/// \param type 呼叫类型
///
... ... @@ -466,13 +444,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHMediaStatusCheckUtils")
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC12hhVDoctorSDK13HHNetObserver")
@interface HHNetObserver : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end
@class UIWindow;
@class UICollectionView;
@class UICollectionViewCell;
... ...