X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/c9e0098808889b595086f244439485d1787f65ee..f7db9c0e898822c50164af5abda849c16410e035:/ITByteStream.h diff --git a/ITByteStream.h b/ITByteStream.h index eeb9c76..027e326 100755 --- a/ITByteStream.h +++ b/ITByteStream.h @@ -12,6 +12,7 @@ */ @interface ITByteStream : NSObject { + @public NSMutableData *data; @private NSLock *lock;