ircsharp/IrcStates/ISupport.cs

8 lines
105 B
C#

// ReSharper disable InconsistentNaming
namespace IrcStates
{
public class ISupport
{
}
}