mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 20:23:16 +00:00
8 lines
No EOL
158 B
C#
8 lines
No EOL
158 B
C#
namespace Roadie.Library.Configuration
|
|
{
|
|
public interface IImageSize
|
|
{
|
|
short Height { get; set; }
|
|
short Width { get; set; }
|
|
}
|
|
} |