Consolidate images and files
This commit is contained in:
13
CHDataManagement/Storage/Model/FileDescriptions.swift
Normal file
13
CHDataManagement/Storage/Model/FileDescriptions.swift
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
struct FileDescriptions {
|
||||
|
||||
let fileId: String
|
||||
|
||||
let german: String?
|
||||
|
||||
let english: String?
|
||||
}
|
||||
|
||||
extension FileDescriptions: Codable {
|
||||
|
||||
}
|
Reference in New Issue
Block a user