Files
CortexCore 13ffc9fd64 1
2024-06-03 10:11:43 +08:00

7 lines
102 B
C#

namespace BITKit
{
public interface IDescription
{
public string Name { get; }
}
}