diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-31 10:52:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-07-31 10:52:11 +0200 |
| commit | 533cd932281300fb444c07e80f81fc683a410b60 (patch) | |
| tree | 483abbcd7461e155578b858dac4eb0145c13ce3e /Captura/Core Extensions/Notification+AppEvents.swift | |
| parent | c9b9e1d654ea697afad9f6427d94623bfdf55cce (diff) | |
Complete initial release
Diffstat (limited to 'Captura/Core Extensions/Notification+AppEvents.swift')
| -rw-r--r-- | Captura/Core Extensions/Notification+AppEvents.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Captura/Core Extensions/Notification+AppEvents.swift b/Captura/Core Extensions/Notification+AppEvents.swift index 5d00937..0a0f820 100644 --- a/Captura/Core Extensions/Notification+AppEvents.swift +++ b/Captura/Core Extensions/Notification+AppEvents.swift @@ -8,4 +8,5 @@ extension Notification.Name { static let reset = Notification.Name("reset") static let failedToStart = Notification.Name("failedToStart") static let receivedFrame = Notification.Name("receivedFrame") + static let failedtoUpload = Notification.Name("failedToUpload") } |