mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 09:56:25 +00:00
11 lines
154 B
C#
11 lines
154 B
C#
|
|
||
|
namespace Test
|
||
|
{
|
||
|
// Should subclass MonoMac.AppKit.NSResponder
|
||
|
[MonoMac.Foundation.Register("AppDelegate")]
|
||
|
public partial class AppDelegate
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
|