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