shmily

sdk init

Showing 100 changed files with 16 additions and 15 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

Pod::Spec.new do |s|
s.name = "HHDoctorSDK"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "和缓视频医生SDK(融云)"
s.description = <<-DESC
... ...
This file is too large to display.
... ... @@ -182,7 +182,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="HHMedicSDK",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="HHDoctorSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
# pragma pop_macro("any")
#endif
... ... @@ -195,7 +195,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
SWIFT_CLASS("_TtC10HHMedicSDK16HHAccountManager")
SWIFT_CLASS("_TtC11HHDoctorSDK16HHAccountManager")
@interface HHAccountManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -205,7 +205,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK16HHAccountManager")
SWIFT_CLASS("_TtC10HHMedicSDK11HHDateUtils")
SWIFT_CLASS("_TtC11HHDoctorSDK11HHDateUtils")
@interface HHDateUtils : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -217,7 +217,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK11HHDateUtils")
SWIFT_CLASS("_TtC10HHMedicSDK18HHFileCacheManager")
SWIFT_CLASS("_TtC11HHDoctorSDK18HHFileCacheManager")
@interface HHFileCacheManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -229,7 +229,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK18HHFileCacheManager")
SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK")
SWIFT_CLASS("_TtC11HHDoctorSDK6HHMSDK")
@interface HHMSDK : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
... ... @@ -237,13 +237,13 @@ SWIFT_CLASS("_TtC10HHMedicSDK6HHMSDK")
SWIFT_CLASS("_TtC10HHMedicSDK23HHMediaStatusCheckUtils")
SWIFT_CLASS("_TtC11HHDoctorSDK23HHMediaStatusCheckUtils")
@interface HHMediaStatusCheckUtils : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
@end
SWIFT_CLASS("_TtC10HHMedicSDK13HHNetObserver")
SWIFT_CLASS("_TtC11HHDoctorSDK13HHNetObserver")
@interface HHNetObserver : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
... ... @@ -255,7 +255,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK13HHNetObserver")
@class UICollectionViewCell;
@class UIScrollView;
SWIFT_CLASS("_TtC10HHMedicSDK11HHPagerView")
SWIFT_CLASS("_TtC11HHDoctorSDK11HHPagerView")
@interface HHPagerView : UIView <UICollectionViewDataSource, UICollectionViewDelegate>
- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
... ... @@ -292,7 +292,7 @@ typedef SWIFT_ENUM(NSInteger, HHPagerViewTransformerType) {
@class UIViewController;
SWIFT_CLASS("_TtC10HHMedicSDK23HHPhotoPickerController")
SWIFT_CLASS("_TtC11HHDoctorSDK23HHPhotoPickerController")
@interface HHPhotoPickerController : UINavigationController
- (void)viewDidLoad;
- (nonnull instancetype)initWithNavigationBarClass:(Class _Nullable)navigationBarClass toolbarClass:(Class _Nullable)toolbarClass OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=5.0);
... ... @@ -303,9 +303,10 @@ SWIFT_CLASS("_TtC10HHMedicSDK23HHPhotoPickerController")
/// 全局配置
SWIFT_CLASS("_TtC10HHMedicSDK12HHSDKOptions")
SWIFT_CLASS("_TtC11HHDoctorSDK12HHSDKOptions")
@interface HHSDKOptions : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable");
@end
... ... @@ -347,7 +348,7 @@ SWIFT_CLASS("_TtC10HHMedicSDK12HHSDKOptions")
@class UITapGestureRecognizer;
@class NSTimer;
@interface UIView (SWIFT_EXTENSION(HHMedicSDK))
@interface UIView (SWIFT_EXTENSION(HHDoctorSDK))
- (void)handleToastTapped:(UITapGestureRecognizer * _Nonnull)recognizer;
- (void)toastTimerDidFinish:(NSTimer * _Nonnull)timer;
@end
... ...
... ... @@ -85,6 +85,6 @@
#import "UIView+hhWebCache.h"
#import "UIView+hhWebCacheOperation.h"
FOUNDATION_EXPORT double HHMedicSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char HHMedicSDKVersionString[];
FOUNDATION_EXPORT double HHDoctorSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char HHDoctorSDKVersionString[];
... ...