// // main.m // MenuTunes // // Created by Kent Sutherland on Sun Nov 17 2002. // Copyright (c) 2002 Kent Sutherland. All rights reserved. // // Poink. #import int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }