gustav/source/Channel.d

13 lines
222 B
D

/**
* Channel
*
* Represents a channel which is a collection
* of the channel name the users list widget,
* the title widget and the chat list box widget
* along with the input box state
*/
public final class Channel
{
}