macbackend/Sources/MacBackend/Model/MacSceneElement.swift
david-swift e989bea14e
All checks were successful
Deploy Docs / publish (push) Successful in 2m38s
Initial commit
2024-12-02 22:14:13 +01:00

10 lines
196 B
Swift

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