jellyfin/MediaBrowser.Server.Mac/MacAppHost.cs

11 lines
116 B
C#
Raw Normal View History

2016-11-14 04:01:03 +00:00
using System;
namespace MediaBrowser.Server.Mac
{
public class MacAppHost
{
public MacAppHost()
{
}
}
}