git.ithinksw.org
/
ITKit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ITKit for MenuTunes
[ITKit.git]
/
Showcase
/
main.m
1
//
2
// main.m
3
// ITKitTester
4
//
5
// Created by Matt L. Judy on Sat Dec 07 2002.
6
// Copyright (c) 2002 NibFile.com. 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
}