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