Added an ITFoundationTester. Why doesn't it work inside PB? :\
[ITFoundation.git] / ShowcaseController.h
1 //
2 //  ShowcaseController.h
3 //  ITFoundation
4 //
5 //  Created by Alexander Strange on Fri Feb 14 2003.
6 //  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <ITFoundation/ITFoundation.h>
11
12 @interface ShowcaseController : NSObject <ITInetServerSocketOwner> {
13
14 }
15
16 @end