// // MacSceneElement.swift // MacBackend // // Created by david-swift on 31.07.2024. // /// The type of scene elements of the macOS backend. public protocol MacSceneElement: SceneElement { }