mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 04:26:57 +00:00
9 lines
204 B
C#
9 lines
204 B
C#
using ICD.Common.Utils.Attributes;
|
|
|
|
namespace ICD.Common.Utils.Tests.Attributes
|
|
{
|
|
public abstract class AbstractIcdAttributeTest<TAttribute>
|
|
where TAttribute : AbstractIcdAttribute
|
|
{
|
|
}
|
|
}
|