X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/4bc5f9c0dd0d2ad6414367d8eb551676969da835..f53b25adbb0e87abd41713a586d3c723ebeb8ff0:/ITChunkedByteStream.m diff --git a/ITChunkedByteStream.m b/ITChunkedByteStream.m new file mode 100755 index 0000000..1299503 --- /dev/null +++ b/ITChunkedByteStream.m @@ -0,0 +1,14 @@ +// +// ITChunkedByteStream.m +// ITFoundation +// +// Created by Alexander Strange on Tue Jul 22 2003. +// Copyright (c) 2003 __MyCompanyName__. All rights reserved. +// + +#import "ITChunkedByteStream.h" + + +@implementation ITChunkedByteStream + +@end