Skip to content

Commit

Permalink
Merge pull request #51 from Infomaniak/fixMissingAnnotation
Browse files Browse the repository at this point in the history
fix(ProgressResultable): missing @available attribute
  • Loading branch information
valentinperignon committed Jul 19, 2023
2 parents 65f7f4f + 09bc9ed commit eb5d1e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import Foundation
///
/// Helpful to manage UI tracking of complex subtasks using the `Progress` type
/// while working with the easy to use `Result` type.
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
public protocol ProgressResultable {

/// Success type
Expand Down

0 comments on commit eb5d1e4

Please sign in to comment.