diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-24 23:32:41 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-24 23:32:41 +0200 |
| commit | 242203487a56df9edd1aa6eceb106461ef62483c (patch) | |
| tree | fb055bd148b9586e656f59f8e9297d3d1865f234 /Captura/CaptureState.swift | |
| parent | bf063563436a12c003968ae4d00991f49fac226c (diff) | |
Add drawing
Diffstat (limited to 'Captura/CaptureState.swift')
| -rw-r--r-- | Captura/CaptureState.swift | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Captura/CaptureState.swift b/Captura/CaptureState.swift new file mode 100644 index 0000000..be354f6 --- /dev/null +++ b/Captura/CaptureState.swift @@ -0,0 +1,7 @@ +enum CaptureState { + case idle + case selectingArea + case recording + case uploading + case uploaded +} |