]> git.r.bdr.sh - rbdr/captura/blob - Captura/Core Extensions/Notification+AppEvents.swift
809c00ed19ca88ee5e1c583d8160c8ca7cb2b8b6
[rbdr/captura] / Captura / Core Extensions / Notification+AppEvents.swift
1 import Foundation
2
3 extension Notification.Name {
4 static let startAreaSelection = Notification.Name("startSelectingArea")
5 static let startRecording = Notification.Name("startRecording")
6 static let stopRecording = Notification.Name("stopRecording")
7 static let finalizeRecording = Notification.Name("finalizeRecording")
8 static let reset = Notification.Name("reset")
9 }