Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
//
// main.m
// iD3
//
// Created by Robert Sesek on 10/14/08.
// Copyright Blue Static 2008. All rights reserved.
//
#import
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}