repo.or.cz
/
MacTF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Use NSInteger where absolutely required.
[MacTF.git]
/
main.m
blob
05d0ae037f5060eb093846337624cb908365bab3
1
//
2
// main.m
3
// MacTF
4
//
5
// Created by Nathan Oates on Sun Aug 01 2004.
6
// Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
int main(int argc, const char *argv[])
12
{
13
return NSApplicationMain(argc, argv);
14
}