jellyfin/MediaBrowser.Common/Net/IUdpServer.cs
2013-02-23 02:57:11 -05:00

8 lines
86 B
C#

namespace MediaBrowser.Common.Net
{
public interface IUdpServer
{
}
}