8 lines
89 B
C#
8 lines
89 B
C#
namespace UIWidgets
|
|
{
|
|
public interface IItemHeight
|
|
{
|
|
float Height { get; set; }
|
|
}
|
|
}
|