GeckoReporter/Classes/Test/main.m

13 lines
254 B
Mathematica
Raw Normal View History

2010-01-06 18:11:16 -06:00
//
// main.m
// GeckoReporter
//
// Created by Mr. Gecko on 1/1/10.
// Copyright 2010 Mr. Gecko's Media. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[]) {
return NSApplicationMain(argc, (const char **) argv);
}