10 lines
178 B
Swift
10 lines
178 B
Swift
//
|
|
// AdwaitaWidget.swift
|
|
// Adwaita
|
|
//
|
|
// Created by david-swift on 31.07.2024.
|
|
//
|
|
|
|
/// The type of widgets of the Adwaita backend.
|
|
public protocol AdwaitaWidget: Widget { }
|