You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/MediaBrowser.Server.Mac/MainWindow.designer.cs

18 lines
335 B

namespace MediaBrowser.Server.Mac
{
// Should subclass MonoMac.AppKit.NSWindow
[MonoMac.Foundation.Register ("MainWindow")]
public partial class MainWindow
{
}
// Should subclass MonoMac.AppKit.NSWindowController
[MonoMac.Foundation.Register ("MainWindowController")]
public partial class MainWindowController
{
}
}