Update ImageManager extension availability

This commit is contained in:
David Robles 2020-07-21 14:47:25 -07:00 committed by GitHub
parent b0b765579b
commit 960f7205d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public final class ImageManager : ObservableObject {
}
// Completion Handler
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
extension ImageManager {
/// Provide the action when image load fails.
/// - Parameters:
@ -157,4 +158,5 @@ extension ImageManager {
}
// Indicator Reportor
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
extension ImageManager: IndicatorReportable {}