Implemented the ArchiveList model in the library target.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Hummingbird
|
||||
|
||||
struct ArchiveList: ResponseCodable {
|
||||
|
||||
// MARK: Properties
|
||||
|
||||
let archives: [String]
|
||||
|
||||
// MARK: Initialisers
|
||||
|
||||
init(_ archives: [String]) {
|
||||
self.archives = archives
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user