7 lines
89 B
C#
7 lines
89 B
C#
namespace Hyperbar.Widget;
|
|
|
|
public interface IWidget
|
|
{
|
|
IWidgetBuilder Create();
|
|
}
|