summaryrefslogtreecommitdiff
path: root/Sora/Other/PostLoadingState.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-22 00:28:09 -0800
committerFuwn <[email protected]>2025-02-22 00:28:09 -0800
commit7b470cd80eea4b4ef72a3ca8726b8a72a58b01ee (patch)
treef76b65f0ca2152ce17200506e7971edd2f5a52ac /Sora/Other/PostLoadingState.swift
parentfeat: Development commit (diff)
downloadsora-testing-7b470cd80eea4b4ef72a3ca8726b8a72a58b01ee.tar.xz
sora-testing-7b470cd80eea4b4ef72a3ca8726b8a72a58b01ee.zip
feat: Development commit
Diffstat (limited to 'Sora/Other/PostLoadingState.swift')
-rw-r--r--Sora/Other/PostLoadingState.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/Sora/Other/PostLoadingState.swift b/Sora/Other/PostLoadingState.swift
new file mode 100644
index 0000000..800b4dc
--- /dev/null
+++ b/Sora/Other/PostLoadingState.swift
@@ -0,0 +1,5 @@
+enum PostLoadingState {
+ case loadingPreview
+ case loadingFile
+ case loaded
+}