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

8 lines
111 B
C#
Raw Normal View History

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