diff --git a/NBTExplorerMac/Mac/IconRegistry.cs b/NBTExplorerMac/Mac/IconRegistry.cs new file mode 100644 index 0000000..e3780be --- /dev/null +++ b/NBTExplorerMac/Mac/IconRegistry.cs @@ -0,0 +1,12 @@ +using System; + +namespace NBTExplorer.Mac +{ + public class IconRegistry + { + public IconRegistry () + { + } + } +} + diff --git a/NBTExplorerMac/Mac/ImageAndTextCell.cs b/NBTExplorerMac/Mac/ImageAndTextCell.cs new file mode 100644 index 0000000..595cc74 --- /dev/null +++ b/NBTExplorerMac/Mac/ImageAndTextCell.cs @@ -0,0 +1,12 @@ +using System; + +namespace NBTExplorer.Mac +{ + public class ImageAndTextCell + { + public ImageAndTextCell () + { + } + } +} +