macbackend/Sources/Core/Model/MacSceneElement.swift
david-swift 3d2ef52cc8
Some checks failed
Deploy Docs / publish (push) Successful in 3m4s
SwiftLint / SwiftLint (push) Failing after 9s
Extract core target
2024-12-04 21:17:21 +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 { }