diff options
Diffstat (limited to 'Sora/Data/Booru/BooruPost.swift')
| -rw-r--r-- | Sora/Data/Booru/BooruPost.swift | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/Sora/Data/Booru/BooruPost.swift b/Sora/Data/Booru/BooruPost.swift index 59b8952..7f995a3 100644 --- a/Sora/Data/Booru/BooruPost.swift +++ b/Sora/Data/Booru/BooruPost.swift @@ -1,27 +1,27 @@ import Foundation struct BooruPost: Identifiable, Hashable { - let id: String - let height: Int - let score: String - let fileURL: URL - let parentID: String - let sampleURL: URL - let sampleWidth: Int - let sampleHeight: Int - let previewURL: URL - let rating: String - let tags: [String] - let width: Int - let change: String - let md5: String - let creatorID: String - let hasChildren: Bool - let createdAt: Date - let status: String - let source: String - let hasNotes: Bool - let hasComments: Bool - let previewWidth: Int - let previewHeight: Int + let id: String + let height: Int + let score: String + let fileURL: URL + let parentID: String + let sampleURL: URL + let sampleWidth: Int + let sampleHeight: Int + let previewURL: URL + let rating: String + let tags: [String] + let width: Int + let change: String + let md5: String + let creatorID: String + let hasChildren: Bool + let createdAt: Date + let status: String + let source: String + let hasNotes: Bool + let hasComments: Bool + let previewWidth: Int + let previewHeight: Int } |