X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/4bc5f9c0dd0d2ad6414367d8eb551676969da835..f53b25adbb0e87abd41713a586d3c723ebeb8ff0:/ITChunkedByteStream.h?ds=inline diff --git a/ITChunkedByteStream.h b/ITChunkedByteStream.h new file mode 100755 index 0000000..47d90a3 --- /dev/null +++ b/ITChunkedByteStream.h @@ -0,0 +1,16 @@ +// +// ITChunkedByteStream.h +// ITFoundation +// +// Created by Alexander Strange on Tue Jul 22 2003. +// Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// + +#import + + +@interface ITChunkedByteStream : NSObject { + +} + +@end