ircsharp/IrcStates/ISupport.cs

9 lines
106 B
C#

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