diff options
| author | Fuwn <[email protected]> | 2025-06-24 05:58:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-24 05:58:43 -0700 |
| commit | 7403b6143b834174345ee300faad4f82fcee5461 (patch) | |
| tree | 3c37c3289be132e606470006faf74e83991c9151 /Sora/Data/PostGridViewState.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-7403b6143b834174345ee300faad4f82fcee5461.tar.xz sora-testing-7403b6143b834174345ee300faad4f82fcee5461.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data/PostGridViewState.swift')
| -rw-r--r-- | Sora/Data/PostGridViewState.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Data/PostGridViewState.swift b/Sora/Data/PostGridViewState.swift index 22cfa0d..0e0d15b 100644 --- a/Sora/Data/PostGridViewState.swift +++ b/Sora/Data/PostGridViewState.swift @@ -1,4 +1,5 @@ struct PostGridViewState { var posts: [BooruPost] = [] var currentPage: Int = 1 + var selectedPost: BooruPost? } |