summaryrefslogtreecommitdiff
path: root/Sora/Other
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-19 21:55:46 -0800
committerFuwn <[email protected]>2025-02-19 21:55:46 -0800
commitd10c8043e82bb400a318c05062ba016eb192b0be (patch)
treebdd0202315a98751a474080b8431d0145cd936f7 /Sora/Other
parentfeat: Development commit (diff)
downloadsora-testing-d10c8043e82bb400a318c05062ba016eb192b0be.tar.xz
sora-testing-d10c8043e82bb400a318c05062ba016eb192b0be.zip
feat: Development commit
Diffstat (limited to 'Sora/Other')
-rw-r--r--Sora/Other/PostLoadingStage.swift5
1 files changed, 5 insertions, 0 deletions
diff --git a/Sora/Other/PostLoadingStage.swift b/Sora/Other/PostLoadingStage.swift
new file mode 100644
index 0000000..4a8c7f3
--- /dev/null
+++ b/Sora/Other/PostLoadingStage.swift
@@ -0,0 +1,5 @@
+enum PostLoadingState {
+ case loadingPreview
+ case loadingFile
+ case loaded
+}