term-kit-backend/Sources/TermKitBackend/Model/TermKitWidget.swift
2024-07-10 14:41:11 +02:00

10 lines
185 B
Swift

//
// TermKitWidget.swift
// TermKitBackend
//
// Created by david-swift on 01.07.2024.
//
/// The type of widgets of the TermKit backend.
public protocol TermKitWidget: Widget { }