]> git.r.bdr.sh - rbdr/captura/blame - Captura/Domain/CaptureState.swift
Add clipboard
[rbdr/captura] / Captura / Domain / CaptureState.swift
CommitLineData
24220348
RBR
1enum CaptureState {
2 case idle
3 case selectingArea
4 case recording
5 case uploading
6 case uploaded
c9b9e1d6 7 case error
24220348 8}