diff options
| author | Fuwn <[email protected]> | 2025-07-24 18:15:50 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-24 18:15:50 +0200 |
| commit | a112a485e891a98ca3c3f5d9e08bdd3ea2e6f664 (patch) | |
| tree | ca3f94ceefc3c7ca78c9ed6dd48bcd4c964a0395 /Sora/Data/ColumnsDataCache.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a112a485e891a98ca3c3f5d9e08bdd3ea2e6f664.tar.xz sora-testing-a112a485e891a98ca3c3f5d9e08bdd3ea2e6f664.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data/ColumnsDataCache.swift')
| -rw-r--r-- | Sora/Data/ColumnsDataCache.swift | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Sora/Data/ColumnsDataCache.swift b/Sora/Data/ColumnsDataCache.swift new file mode 100644 index 0000000..4858e80 --- /dev/null +++ b/Sora/Data/ColumnsDataCache.swift @@ -0,0 +1,5 @@ +struct ColumnsDataCache { + let data: [[BooruPost]] + let columnCount: Int + let posts: [BooruPost] +} |