liumingming

fxi

Showing 100 changed files with 11 additions and 65 deletions

Too many changes to show.

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

Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.1.2.062315"
s.version = "3.1.2.091818"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
No preview for this file type
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>3.1.2.062315</string></dict>
<string>3.1.2.091818</string></dict>
</plist>
... ...
// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53)
// Generated by Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
#ifndef HHVDOCTORSDK_SWIFT_H
#define HHVDOCTORSDK_SWIFT_H
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"
... ... @@ -187,12 +189,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreGraphics;
@import CoreLocation;
@import Foundation;
@import ImSDK;
@import ObjectiveC;
@import Photos;
@import QuartzCore;
@import TXLiteAVSDK_TRTC;
@import UIKit;
#endif
... ... @@ -215,9 +214,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@class NSNumber;
@class NSString;
@class NSBundle;
@class NSCoder;
SWIFT_CLASS("_TtC12hhVDoctorSDK13CommentBaseVC")
... ... @@ -266,8 +265,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK26DGElasticPullToRefreshView")
@class UIImage;
@class UITouch;
@class UIEvent;
... ... @@ -321,8 +318,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK16HHAccountManager")
/// 呼叫类型
/// <ul>
/// <li>
... ... @@ -354,9 +349,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11HHDateUtils")
SWIFT_CLASS("_TtC12hhVDoctorSDK15HHDeviceManager")
@interface HHDeviceManager : NSObject
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
... ... @@ -371,8 +363,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK18HHFileCacheManager")
/// HH 定位
SWIFT_CLASS("_TtC12hhVDoctorSDK10HHLocation")
@interface HHLocation : NSObject
... ... @@ -423,6 +413,7 @@ typedef SWIFT_ENUM(NSInteger, HHMLoginCode, open) {
@class HHSDKOptions;
enum SkipType : NSInteger;
@class UINavigationController;
@class NSData;
@protocol HHMVideoDelegate;
SWIFT_CLASS("_TtC12hhVDoctorSDK6HHMSDK")
... ... @@ -544,7 +535,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
@interface HHMSDK (SWIFT_EXTENSION(hhVDoctorSDK))
/// 发起呼叫
/// \param uuid 呼叫人uuid
... ... @@ -598,6 +588,7 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK23HHMediaStatusCheckUtils")
@class UIWindow;
@class UICollectionView;
@class NSIndexPath;
@class UICollectionViewCell;
@class UIScrollView;
... ... @@ -683,7 +674,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
SWIFT_CLASS("_TtC12hhVDoctorSDK14MessageOptions")
@interface MessageOptions : NSObject
/// 是否是Present显示
... ... @@ -707,12 +697,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK14MessageOptions")
typedef SWIFT_ENUM(NSInteger, PermissionType, open) {
PermissionTypeLocationAlways = 0,
PermissionTypeLocationWhenInUse = 1,
... ... @@ -741,8 +725,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
@interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TIMConnListener>
- (void)onConnSucc;
- (void)onConnFailed:(int32_t)code err:(NSString * _Null_unspecified)err;
... ... @@ -765,9 +747,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
@interface TRTCManager (SWIFT_EXTENSION(hhVDoctorSDK)) <TRTCCloudDelegate>
- (void)onEnterRoom:(NSInteger)result;
- (void)onError:(TXLiteAVError)errCode errMsg:(NSString * _Nullable)errMsg extInfo:(NSDictionary * _Nullable)extInfo;
... ... @@ -804,37 +783,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
@class UITapGestureRecognizer;
@class NSTimer;
... ... @@ -847,9 +795,6 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK11TRTCManager")
SWIFT_CLASS("_TtC12hhVDoctorSDK17UsercenterOptions")
@interface UsercenterOptions : NSObject
/// 是否隐藏会员信息
... ... @@ -891,3 +836,4 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK12VideoOptions")
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
... ...