forked from mirrors/NBTExplorer
12 lines
112 B
C#
12 lines
112 B
C#
using System;
|
|
|
|
namespace NBTExplorer.Mac
|
|
{
|
|
public class IconRegistry
|
|
{
|
|
public IconRegistry ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|