btcpayserver/BTCPayServer/Components/MainLogo/MainLogoViewModel.cs

8 lines
139 B
C#
Raw Normal View History

namespace BTCPayServer.Components.MainLogo
{
public class MainLogoViewModel
{
public string CssClass { get; set; }
}
}