Showing
59 changed files
with
4 additions
and
4 deletions
This file is too large to display.
@@ -210,6 +210,8 @@ SWIFT_CLASS("_TtC10HHMedicSDK5HHSDK") | @@ -210,6 +210,8 @@ SWIFT_CLASS("_TtC10HHMedicSDK5HHSDK") | ||
210 | @interface HHSDK : NSObject | 210 | @interface HHSDK : NSObject |
211 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHSDK * _Nonnull default_;) | 211 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHSDK * _Nonnull default_;) |
212 | + (HHSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 212 | + (HHSDK * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
213 | +- (nonnull instancetype)init SWIFT_UNAVAILABLE; | ||
214 | ++ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); | ||
213 | @property (nonatomic, copy) void (^ _Nullable photosPreview)(NSArray<NSString *> * _Nonnull); | 215 | @property (nonatomic, copy) void (^ _Nullable photosPreview)(NSArray<NSString *> * _Nonnull); |
214 | /// 初始化 SDK | 216 | /// 初始化 SDK |
215 | /// \param option 可选的 SDK 配置 | 217 | /// \param option 可选的 SDK 配置 |
@@ -220,8 +222,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -220,8 +222,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
220 | /// | 222 | /// |
221 | - (void)addWithDelegate:(id <HHMVideoDelegate> _Nonnull)delegate; | 223 | - (void)addWithDelegate:(id <HHMVideoDelegate> _Nonnull)delegate; |
222 | - (void)removeWithDelegate:(id <HHMVideoDelegate> _Nonnull)delegate; | 224 | - (void)removeWithDelegate:(id <HHMVideoDelegate> _Nonnull)delegate; |
223 | -- (nonnull instancetype)init SWIFT_UNAVAILABLE; | ||
224 | -+ (nonnull instancetype)new SWIFT_DEPRECATED_MSG("-init is unavailable"); | ||
225 | @end | 225 | @end |
226 | 226 | ||
227 | @class HHCallerInfo; | 227 | @class HHCallerInfo; |
No preview for this file type
@@ -14,8 +14,8 @@ import TXLiteAVSDK_TRTC | @@ -14,8 +14,8 @@ import TXLiteAVSDK_TRTC | ||
14 | @objc get | 14 | @objc get |
15 | @objc set | 15 | @objc set |
16 | } | 16 | } |
17 | - @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
18 | public var timKickoutCallback: (() -> Swift.Void)? | 17 | public var timKickoutCallback: (() -> Swift.Void)? |
18 | + @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
19 | @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) | 19 | @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) |
20 | @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) | 20 | @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) |
21 | @objc deinit | 21 | @objc deinit |
No preview for this file type
No preview for this file type
@@ -14,8 +14,8 @@ import TXLiteAVSDK_TRTC | @@ -14,8 +14,8 @@ import TXLiteAVSDK_TRTC | ||
14 | @objc get | 14 | @objc get |
15 | @objc set | 15 | @objc set |
16 | } | 16 | } |
17 | - @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
18 | public var timKickoutCallback: (() -> Swift.Void)? | 17 | public var timKickoutCallback: (() -> Swift.Void)? |
18 | + @objc public func start(option: HHMedicSDK.HHSDKOptions) | ||
19 | @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) | 19 | @objc public func add(delegate: HHSDKVideo.HHMVideoDelegate) |
20 | @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) | 20 | @objc public func remove(delegate: HHSDKVideo.HHMVideoDelegate) |
21 | @objc deinit | 21 | @objc deinit |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment