mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
10 lines
204 B
C#
10 lines
204 B
C#
using ICD.Common.Utils.Attributes;
|
|
|
|
namespace ICD.Common.Utils.Tests.Attributes
|
|
{
|
|
public abstract class AbstractIcdAttributeTest<TAttribute>
|
|
where TAttribute : AbstractIcdAttribute
|
|
{
|
|
}
|
|
}
|