btcpayserver-plugin-builder/PluginBuilder/Components/Icon/IconViewModel.cs
2025-04-24 22:54:41 -05:00

8 lines
130 B
C#

#nullable disable
namespace PluginBuilder.Components.Icon;
public class IconViewModel
{
public string Symbol { get; set; }
}