Commented out the aliasdata stuff that doesn't work
[ITFoundation.git] / ITFoundation.h
1 /*
2  *      ITFoundation
3  *    iThink Software's custom extensions to Apple's Foundation framework
4  *
5  *  Original Author : Matt Judy <mjudy@ithinksw.com>
6  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
7  *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14
15 #import <Cocoa/Cocoa.h>
16
17 //#import <ITFoundation/ITOSAScript.h>
18 //#import <ITFoundation/ITOSAComponent.h>
19 #import <ITFoundation/ITAppleEventCenter.h>
20 #import <ITFoundation/ITDebug.h>
21 #import <ITFoundation/ITLoginItem.h>
22
23 #import <ITFoundation/ITCategory-NSArray.h>
24
25 #import <ITFoundation/ITCarbonSupport.h>
26 #import <ITFoundation/ITAppleEventTools.h>
27
28 //#import <ITFoundation/ITXMLParser.h>