9 lines
92 B
C#

using System;
namespace NaughtyAttributes
{
public interface INaughtyAttribute
{
}
}