10 lines
171 B
Swift
10 lines
171 B
Swift
//
|
|
// MacWidget.swift
|
|
// MacBackend
|
|
//
|
|
// Created by david-swift on 31.07.2024.
|
|
//
|
|
|
|
/// The type of widgets of the macOS backend.
|
|
public protocol MacWidget: Widget { }
|