jellyfin/MediaBrowser.Common/Net/IUdpServer.cs

8 lines
86 B
C#
Raw Normal View History

2013-02-23 08:57:11 +01:00

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