summaryrefslogtreecommitdiff
path: root/Sora/Other/PostLoadingState.swift
blob: 7af533fa78859ee7c47e43181744a253816c3dd4 (plain) (blame)
1
2
3
4
5
enum PostLoadingState {
  case loaded
  case loadingFile
  case loadingPreview
}