public
Description: Forex Mac App for Gain Capital Demo API
Homepage:
Clone URL: git://github.com/djronin47/forexc.git
Click here to lend your support to: forexc and make a donation at www.pledgie.com !
forexc / main.m
100644 15 lines (12 sloc) 0.245 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// main.m
// ForeX
//
// Created by Matthew Hayford on 10/17/08.
// Copyright Ronin47 2008. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}