djronin47 / forexc

Forex Mac App for Gain Capital Demo API

This URL has Read+Write access

forexc / main.m
3d5f364d » djronin47 2008-10-30 first commit 1 //
2 // main.m
3 // ForeX
4 //
5 // Created by Matthew Hayford on 10/17/08.
6 // Copyright Ronin47 2008. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13 return NSApplicationMain(argc, (const char **) argv);
14 }