mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-27 23:33:05 +00:00
8 lines
80 B
C#
8 lines
80 B
C#
namespace Oqtane.Themes
|
|
{
|
|
public interface ILayoutControl
|
|
{
|
|
|
|
}
|
|
}
|