import Foundation

protocol AlarmApplicationDelegate {
    func playSound(_ soundName: String)
}
