// // ConvenienceWidget.swift // Meta // // Created by david-swift on 17.06.24. // /// A widget that does not interact with a platform-specific framework. public protocol ConvenienceWidget: Widget { }