public
Description: Cocoa classes to interact with RESTful services (including Twitter)
Homepage:
Clone URL: git://github.com/sdegutis/CocoaREST.git
CocoaREST / main.m
100644 14 lines (11 sloc) 0.26 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// main.m
// SDNet
//
// Created by Steven Degutis on 5/28/09.
// Copyright Thoughtful Tree Software 2009. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[]) {
    return NSApplicationMain(argc, (const char **) argv);
}