Make WebDAVFile Hashable
This commit is contained in:
parent
7f4aa0be2c
commit
fe24aa4340
|
@ -8,7 +8,7 @@
|
|||
import Foundation
|
||||
import SWXMLHash
|
||||
|
||||
public struct WebDAVFile: Identifiable, Codable, Equatable {
|
||||
public struct WebDAVFile: Identifiable, Codable, Equatable, Hashable {
|
||||
|
||||
//MARK: Properties
|
||||
|
||||
|
|
Loading…
Reference in New Issue