sharee.bike-App/TINKLib/View/Themes/ITheme.cs

8 lines
96 B
C#
Raw Normal View History

2021-05-13 20:03:07 +02:00
namespace TINK.View.Themes
{
2022-09-06 16:08:19 +02:00
public interface ITheme
{
string OperatorInfo { get; }
}
2021-05-13 20:03:07 +02:00
}