Added an ITFoundationTester. Why doesn't it work inside PB? :\
[ITFoundation.git] / ShowcaseController.h
diff --git a/ShowcaseController.h b/ShowcaseController.h
new file mode 100755 (executable)
index 0000000..2e18b74
--- /dev/null
@@ -0,0 +1,16 @@
+//
+//  ShowcaseController.h
+//  ITFoundation
+//
+//  Created by Alexander Strange on Fri Feb 14 2003.
+//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+#import <ITFoundation/ITFoundation.h>
+
+@interface ShowcaseController : NSObject <ITInetServerSocketOwner> {
+
+}
+
+@end