mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-30 04:44:52 +00:00
7 lines
83 B
C#
7 lines
83 B
C#
namespace ICD.Common.Utils.Attributes
|
|
{
|
|
public interface IIcdAttribute
|
|
{
|
|
}
|
|
}
|