Skip to content

Commit

Permalink
Added Codable protocol to WebDAVCredential
Browse files Browse the repository at this point in the history
  • Loading branch information
phil1995 committed Oct 21, 2020
1 parent 8b35bc9 commit 7a66e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

public struct WebDAVCredential {
public struct WebDAVCredential: Codable {
public let baseURL: URL
public let username: String
public let password: String
Expand Down

0 comments on commit 7a66e44

Please sign in to comment.