whee
authorAlexander Strange <astrange@ithinksw.com>
Fri, 22 Aug 2003 21:16:44 +0000 (21:16 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Fri, 22 Aug 2003 21:16:44 +0000 (21:16 +0000)
ITByteStream.h

index 3dce5c6..1c99d59 100755 (executable)
@@ -7,10 +7,11 @@
 //
 
 #import <Foundation/Foundation.h>
-#import "ITConveniences.h"
 
 @class ITByteStream;
-
+@protocol DataReciever <NSObject>
+-(oneway void)newDataAdded:(id)sender;
+@end
 @interface ITByteStream : NSObject <Delegater> {
     @public
     NSMutableData *data;