go away you include
[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/ITInetSocket.h>
11 #import <ITFoundation/ITInetServerSocket.h>
12
13 @interface ShowcaseController : NSObject <ITInetSocketDelegate,ITInetServerSocketOwner> {
14     ITInetServerSocket *server;
15 }
16
17 @end