using AppKit;
namespace VillainTracker
{
class MainClass
static void Main (string[] args)
NSApplication.Init ();
NSApplication.Main (args);
}