shmily

sdk upgrade

Showing 205 changed files with 27 additions and 27 deletions
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>07:05:11:51</string></dict>
<string>07:10:16:40</string></dict>
</plist>
... ...
... ... @@ -35,7 +35,7 @@ typedef enum : NSUInteger {
//+ (NSBundle *)getBundle;
/// 根据图片名获取图片
+ (UIImage *)getImage:(NSString *)imgName;
//+ (UIImage *)getImage:(NSString *)imgName;
/// 获取视频的缩略图
/// @param videoURL 视频的URL
... ...
... ... @@ -186,7 +186,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
# undef any
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="hhVDcotorSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="hhVDoctorSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
# pragma pop_macro("any")
#endif
... ... @@ -204,7 +204,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@class UIEvent;
/// A simple rating view that can set whole, half or floating point ratings.
SWIFT_CLASS("_TtC12hhVDcotorSDK15FloatRatingView")
SWIFT_CLASS("_TtC12hhVDoctorSDK15FloatRatingView")
@interface FloatRatingView : UIView
/// Sets the empty image (e.g. a star outline)
@property (nonatomic, strong) UIImage * _Nullable emptyImage;
... ... @@ -234,7 +234,7 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK15FloatRatingView")
@end
SWIFT_PROTOCOL("_TtP12hhVDcotorSDK23FloatRatingViewDelegate_")
SWIFT_PROTOCOL("_TtP12hhVDoctorSDK23FloatRatingViewDelegate_")
@protocol FloatRatingViewDelegate
/// Returns the rating value when touch events end
- (void)floatRatingView:(FloatRatingView * _Nonnull)ratingView didUpdate:(float)rating;
... ... @@ -244,7 +244,7 @@ SWIFT_PROTOCOL("_TtP12hhVDcotorSDK23FloatRatingViewDelegate_")
@end
SWIFT_CLASS("_TtC12hhVDcotorSDK16HHAccountManager")
SWIFT_CLASS("_TtC12hhVDoctorSDK16HHAccountManager")
@interface HHAccountManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -268,7 +268,7 @@ typedef SWIFT_ENUM(NSInteger, HHCallType, closed) {
};
SWIFT_CLASS("_TtC12hhVDcotorSDK11HHDateUtils")
SWIFT_CLASS("_TtC12hhVDoctorSDK11HHDateUtils")
@interface HHDateUtils : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -280,13 +280,13 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK11HHDateUtils")
SWIFT_CLASS("_TtC12hhVDcotorSDK15HHDeviceManager")
SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager")
@interface HHDeviceManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC12hhVDcotorSDK14HHEveluateView")
SWIFT_CLASS("_TtC12hhVDoctorSDK14HHEveluateView")
@interface HHEveluateView : UIView
- (void)awakeFromNib;
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
... ... @@ -295,12 +295,12 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK14HHEveluateView")
@class CAAnimation;
@interface HHEveluateView (SWIFT_EXTENSION(hhVDcotorSDK)) <CAAnimationDelegate>
@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <CAAnimationDelegate>
- (void)animationDidStop:(CAAnimation * _Nonnull)anim finished:(BOOL)flag;
@end
@interface HHEveluateView (SWIFT_EXTENSION(hhVDcotorSDK)) <FloatRatingViewDelegate>
@interface HHEveluateView (SWIFT_EXTENSION(hhVDoctorSDK)) <FloatRatingViewDelegate>
- (void)floatRatingView:(FloatRatingView * _Nonnull)ratingView didUpdate:(float)rating;
@end
... ... @@ -309,7 +309,7 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK14HHEveluateView")
SWIFT_CLASS("_TtC12hhVDcotorSDK18HHFileCacheManager")
SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager")
@interface HHFileCacheManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -352,7 +352,7 @@ typedef SWIFT_ENUM(NSInteger, HHMLoginCode, closed) {
@class HHSDKOptions;
@protocol HHMVideoDelegate;
SWIFT_CLASS("_TtC12hhVDcotorSDK6HHMSDK")
SWIFT_CLASS("_TtC12hhVDoctorSDK6HHMSDK")
@interface HHMSDK : NSObject
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHMSDK * _Nonnull default_;)
+ (HHMSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT;
... ... @@ -397,7 +397,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
@end
@interface HHMSDK (SWIFT_EXTENSION(hhVDcotorSDK))
@interface HHMSDK (SWIFT_EXTENSION(hhVDoctorSDK))
/// 获取病历详情
/// \param userToken 当前人的唯一标志
///
... ... @@ -428,7 +428,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
enum PermissionType : NSInteger;
/// 视频管理器代理
SWIFT_PROTOCOL("_TtP12hhVDcotorSDK16HHMVideoDelegate_")
SWIFT_PROTOCOL("_TtP12hhVDoctorSDK16HHMVideoDelegate_")
@protocol HHMVideoDelegate <NSObject>
/// 主动视频时的呼叫状态变化
/// \param state 当前呼叫状态
... ... @@ -460,13 +460,13 @@ SWIFT_PROTOCOL("_TtP12hhVDcotorSDK16HHMVideoDelegate_")
@end
SWIFT_CLASS("_TtC12hhVDcotorSDK23HHMediaStatusCheckUtils")
SWIFT_CLASS("_TtC12hhVDoctorSDK23HHMediaStatusCheckUtils")
@interface HHMediaStatusCheckUtils : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC12hhVDcotorSDK13HHNetObserver")
SWIFT_CLASS("_TtC12hhVDoctorSDK13HHNetObserver")
@interface HHNetObserver : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
... ... @@ -477,7 +477,7 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK13HHNetObserver")
@class UICollectionViewCell;
@class UIScrollView;
SWIFT_CLASS("_TtC12hhVDcotorSDK11HHPagerView")
SWIFT_CLASS("_TtC12hhVDoctorSDK11HHPagerView")
@interface HHPagerView : UIView <UICollectionViewDataSource, UICollectionViewDelegate>
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
... ... @@ -514,7 +514,7 @@ typedef SWIFT_ENUM(NSInteger, HHPagerViewTransformerType, closed) {
@class UIViewController;
SWIFT_CLASS("_TtC12hhVDcotorSDK23HHPhotoPickerController")
SWIFT_CLASS("_TtC12hhVDoctorSDK23HHPhotoPickerController")
@interface HHPhotoPickerController : UINavigationController
- (void)viewDidLoad;
- (nonnull instancetype)initWithNavigationBarClass:(Class _Nullable)navigationBarClass toolbarClass:(Class _Nullable)toolbarClass OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=5.0);
... ... @@ -525,7 +525,7 @@ SWIFT_CLASS("_TtC12hhVDcotorSDK23HHPhotoPickerController")
/// 全局配置
SWIFT_CLASS("_TtC12hhVDcotorSDK12HHSDKOptions")
SWIFT_CLASS("_TtC12hhVDoctorSDK12HHSDKOptions")
@interface HHSDKOptions : NSObject
/// hud 自动显示的时间
@property (nonatomic) NSTimeInterval hudDisTime;
... ... @@ -597,7 +597,7 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) {
@class UITapGestureRecognizer;
@class NSTimer;
@interface UIView (SWIFT_EXTENSION(hhVDcotorSDK))
@interface UIView (SWIFT_EXTENSION(hhVDoctorSDK))
- (void)hhhandleToastTapped:(UITapGestureRecognizer * _Nonnull)recognizer;
- (void)hhtoastTimerDidFinish:(NSTimer * _Nonnull)timer;
@end
... ...
... ... @@ -64,6 +64,6 @@
#import "UIView+hhWebCache.h"
#import "UIView+hhWebCacheOperation.h"
FOUNDATION_EXPORT double hhVDcotorSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char hhVDcotorSDKVersionString[];
FOUNDATION_EXPORT double hhVDoctorSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char hhVDoctorSDKVersionString[];
... ...
framework module hhVDcotorSDK {
umbrella header "hhVDcotorSDK-umbrella.h"
framework module hhVDoctorSDK {
umbrella header "hhVDoctorSDK-umbrella.h"
export *
module * { export * }
}
module hhVDcotorSDK.Swift {
header "hhVDcotorSDK-Swift.h"
module hhVDoctorSDK.Swift {
header "hhVDoctorSDK-Swift.h"
requires objc
}
... ...
This file is too large to display.