Moving ITFoundation to an Xcode project. This isn't a converted project,
[ITFoundation.git] / ShowcaseController.h
diff --git a/ShowcaseController.h b/ShowcaseController.h
deleted file mode 100755 (executable)
index 516094b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  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/ITInetSocket.h>
-#import <ITFoundation/ITInetServerSocket.h>
-
-@interface ShowcaseController : NSObject <ITInetSocketDelegate,ITInetServerSocketOwner> {
-    ITInetServerSocket *server;
-}
-
-@end