10 lines
210 B
Swift
10 lines
210 B
Swift
|
//
|
||
|
// TermKitSceneElement.swift
|
||
|
// TermKitBackend
|
||
|
//
|
||
|
// Created by david-swift on 01.07.2024.
|
||
|
//
|
||
|
|
||
|
/// The type of scene elements of the TermKit backend.
|
||
|
public protocol TermKitSceneElement: SceneElement { }
|