aboutsummaryrefslogtreecommitdiff
path: root/Captura/CaptureState.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-24 23:32:41 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-07-24 23:32:41 +0200
commit242203487a56df9edd1aa6eceb106461ef62483c (patch)
treefb055bd148b9586e656f59f8e9297d3d1865f234 /Captura/CaptureState.swift
parentbf063563436a12c003968ae4d00991f49fac226c (diff)
Add drawing
Diffstat (limited to 'Captura/CaptureState.swift')
-rw-r--r--Captura/CaptureState.swift7
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
+}