diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-28 13:48:53 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-28 13:48:53 +0200 |
| commit | c9b9e1d654ea697afad9f6427d94623bfdf55cce (patch) | |
| tree | a0095a75f2ba625f92923e72a9831740da989de7 /Captura/Data/CaptureState.swift | |
| parent | f5d16c1c8c259966338b23afd407d142f72784aa (diff) | |
Add clipboard
Diffstat (limited to 'Captura/Data/CaptureState.swift')
| -rw-r--r-- | Captura/Data/CaptureState.swift | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Captura/Data/CaptureState.swift b/Captura/Data/CaptureState.swift deleted file mode 100644 index be354f6..0000000 --- a/Captura/Data/CaptureState.swift +++ /dev/null @@ -1,7 +0,0 @@ -enum CaptureState { - case idle - case selectingArea - case recording - case uploading - case uploaded -} |