Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / Mac Sample / main.m @ be116d22

History | View | Annotate | Download (282 Bytes)

1
//
2
//  Mac-Os-Sample-main.m
3
//  asi-http-request
4
//
5
//  Created by Ben Copsey on 09/07/2008.
6
//  Copyright 2008 All-Seeing Interactive. 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
}