// // MacWidget.swift // MacBackend // // Created by david-swift on 31.07.2024. // /// The type of widgets of the macOS backend. public protocol MacWidget: Widget { }