import Foundation extension Notification.Name { static let startAreaSelection = Notification.Name("startSelectingArea") static let startRecording = Notification.Name("startRecording") static let stopRecording = Notification.Name("stopRecording") static let finalizeRecording = Notification.Name("finalizeRecording") static let reset = Notification.Name("reset") }