lachie / cheepcheep

my very own twitter client

This URL has Read+Write access

cheepcheep / main.m
100644 16 lines (13 sloc) 0.294 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// main.m
// CheepCheep
//
// Created by Lachie Cox on 10/04/08.
// Copyright (c) 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
#import <RubyCocoa/RBRuntime.h>
 
int main(int argc, const char *argv[])
{
    return RBApplicationMain("rb_main.rb", argc, argv);
}