Skip to content

Commit

Permalink
Add missing 'available'
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Nov 28, 2023
1 parent e5cc31b commit 4ef68cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ extension Data {
}
#else
/// For SwiftUI Preview
@available(iOS 15, *)
final class ThreadClientService: THClientProtocol {
func retrieveAllCredentials() async throws -> [ThreadCredential] {
[]
Expand Down

0 comments on commit 4ef68cb

Please sign in to comment.