mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
update mac files
This commit is contained in:
@@ -22,7 +22,32 @@ namespace MediaBrowser.Server.Mac
|
||||
|
||||
partial void HelloWorld(NSObject sender)
|
||||
{
|
||||
Console.WriteLine("hello world");
|
||||
|
||||
}
|
||||
|
||||
partial void Quit(NSObject sender)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
partial void Configure(NSObject sender)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
partial void Browse(NSObject sender)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
partial void Github(NSObject sender)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
partial void ApiDocs(NSObject sender)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user