From d10c8043e82bb400a318c05062ba016eb192b0be Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Feb 2025 21:55:46 -0800 Subject: feat: Development commit --- Sora/Other/PostLoadingStage.swift | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Sora/Other/PostLoadingStage.swift (limited to 'Sora/Other') 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 +} -- cgit v1.2.3