summaryrefslogtreecommitdiff
path: root/Sora/Other/PostLoadingState.swift
diff options
context:
space:
mode:
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
+}