Files
2026-02-21 16:45:37 +08:00

8 lines
89 B
C#

namespace UIWidgets
{
public interface IItemHeight
{
float Height { get; set; }
}
}