7 lines
119 B
C#
7 lines
119 B
C#
namespace BrewMonster.Scripts.Task.UI
|
|
{
|
|
public interface IRefreshLayout
|
|
{
|
|
void RefreshLayout();
|
|
}
|
|
} |