#import #import "HTTPResponse.h" @interface HTTPDataResponse : NSObject { NSUInteger offset; NSData *data; } - (id)initWithData:(NSData *)data; @end