diff options
| author | Fuwn <[email protected]> | 2025-03-12 01:49:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-12 01:49:11 -0700 |
| commit | a30ee55976b5e80f48826e3e8e490761ce0a2410 (patch) | |
| tree | 2c3b27971bff80749a80ee48263b751ec852c747 /Sora/Data/PostGridTab.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a30ee55976b5e80f48826e3e8e490761ce0a2410.tar.xz sora-testing-a30ee55976b5e80f48826e3e8e490761ce0a2410.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data/PostGridTab.swift')
| -rw-r--r-- | Sora/Data/PostGridTab.swift | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Sora/Data/PostGridTab.swift b/Sora/Data/PostGridTab.swift new file mode 100644 index 0000000..a6a2833 --- /dev/null +++ b/Sora/Data/PostGridTab.swift @@ -0,0 +1,6 @@ +import SwiftUI + +struct PostGridTab: Identifiable { + let id = UUID() + let manager: BooruManager +} |