Showing
91 changed files
with
56 additions
and
8 deletions
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
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type

1.61 KB
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
liberate/HHSDKVideo.framework/Modules/HHSDKVideo.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
3808 | } | 3808 | } |
3809 | +public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
3810 | + public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
3811 | + public var expert: HHSDKVideo.HHDoctorModel? | ||
3812 | + public init?(map: HHSDKVideo.Map) | ||
3813 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3814 | +} | ||
3815 | +public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
3816 | + public var orderId: Swift.String? | ||
3817 | + public var time: Swift.Int? | ||
3818 | + public init?(map: HHSDKVideo.Map) | ||
3819 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3820 | +} | ||
3809 | public protocol PaddingProtocol { | 3821 | public protocol PaddingProtocol { |
3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
@@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | @@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | ||
5467 | @objc deinit | 5479 | @objc deinit |
5468 | } | 5480 | } |
5469 | extension ZLVideoManager { | 5481 | extension ZLVideoManager { |
5470 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5471 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5482 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
5483 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5472 | } | 5484 | } |
5473 | extension ZLVideoManager { | 5485 | extension ZLVideoManager { |
5474 | @objc public enum ExportType : Swift.Int { | 5486 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
@@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
3808 | } | 3808 | } |
3809 | +public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
3810 | + public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
3811 | + public var expert: HHSDKVideo.HHDoctorModel? | ||
3812 | + public init?(map: HHSDKVideo.Map) | ||
3813 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3814 | +} | ||
3815 | +public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
3816 | + public var orderId: Swift.String? | ||
3817 | + public var time: Swift.Int? | ||
3818 | + public init?(map: HHSDKVideo.Map) | ||
3819 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3820 | +} | ||
3809 | public protocol PaddingProtocol { | 3821 | public protocol PaddingProtocol { |
3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
@@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | @@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | ||
5467 | @objc deinit | 5479 | @objc deinit |
5468 | } | 5480 | } |
5469 | extension ZLVideoManager { | 5481 | extension ZLVideoManager { |
5470 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5471 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5482 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
5483 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5472 | } | 5484 | } |
5473 | extension ZLVideoManager { | 5485 | extension ZLVideoManager { |
5474 | @objc public enum ExportType : Swift.Int { | 5486 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
@@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
3808 | } | 3808 | } |
3809 | +public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
3810 | + public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
3811 | + public var expert: HHSDKVideo.HHDoctorModel? | ||
3812 | + public init?(map: HHSDKVideo.Map) | ||
3813 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3814 | +} | ||
3815 | +public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
3816 | + public var orderId: Swift.String? | ||
3817 | + public var time: Swift.Int? | ||
3818 | + public init?(map: HHSDKVideo.Map) | ||
3819 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3820 | +} | ||
3809 | public protocol PaddingProtocol { | 3821 | public protocol PaddingProtocol { |
3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
@@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | @@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | ||
5467 | @objc deinit | 5479 | @objc deinit |
5468 | } | 5480 | } |
5469 | extension ZLVideoManager { | 5481 | extension ZLVideoManager { |
5470 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5471 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5482 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
5483 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5472 | } | 5484 | } |
5473 | extension ZLVideoManager { | 5485 | extension ZLVideoManager { |
5474 | @objc public enum ExportType : Swift.Int { | 5486 | @objc public enum ExportType : Swift.Int { |
No preview for this file type
@@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | @@ -3806,6 +3806,18 @@ public struct OrderModel : HHSDKVideo.Mappable { | ||
3806 | public init?(map: HHSDKVideo.Map) | 3806 | public init?(map: HHSDKVideo.Map) |
3807 | public mutating func mapping(map: HHSDKVideo.Map) | 3807 | public mutating func mapping(map: HHSDKVideo.Map) |
3808 | } | 3808 | } |
3809 | +public struct ExpertOderModel : HHSDKVideo.Mappable { | ||
3810 | + public var orderInfo: HHSDKVideo.ExpertOrderInfoModel? | ||
3811 | + public var expert: HHSDKVideo.HHDoctorModel? | ||
3812 | + public init?(map: HHSDKVideo.Map) | ||
3813 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3814 | +} | ||
3815 | +public struct ExpertOrderInfoModel : HHSDKVideo.Mappable { | ||
3816 | + public var orderId: Swift.String? | ||
3817 | + public var time: Swift.Int? | ||
3818 | + public init?(map: HHSDKVideo.Map) | ||
3819 | + public mutating func mapping(map: HHSDKVideo.Map) | ||
3820 | +} | ||
3809 | public protocol PaddingProtocol { | 3821 | public protocol PaddingProtocol { |
3810 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> | 3822 | func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8> |
3811 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> | 3823 | func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8> |
@@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | @@ -5467,8 +5479,8 @@ extension ZLPhotoUIConfiguration { | ||
5467 | @objc deinit | 5479 | @objc deinit |
5468 | } | 5480 | } |
5469 | extension ZLVideoManager { | 5481 | extension ZLVideoManager { |
5470 | - @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5471 | - @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mov, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | 5482 | + @objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) |
5483 | + @objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void)) | ||
5472 | } | 5484 | } |
5473 | extension ZLVideoManager { | 5485 | extension ZLVideoManager { |
5474 | @objc public enum ExportType : Swift.Int { | 5486 | @objc public enum ExportType : Swift.Int { |
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