aboutsummaryrefslogtreecommitdiff
path: root/Captura/Domain/CaptureState.swift
blob: 0761b8897efd1703987a9a2b39026240bc95bba1 (plain)
1
2
3
4
5
6
7
8
enum CaptureState {
  case idle
  case selectingArea
  case recording
  case uploading
  case uploaded
  case error
}