Make WebDAVFile Hashable

This commit is contained in:
Isvvc 2021-04-24 16:41:23 -06:00
parent 7f4aa0be2c
commit fe24aa4340
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
import Foundation
import SWXMLHash
public struct WebDAVFile: Identifiable, Codable, Equatable {
public struct WebDAVFile: Identifiable, Codable, Equatable, Hashable {
//MARK: Properties