10 lines
196 B
Swift
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 { }
|