Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[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 iThink Software. 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 }