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