@class NSURLRequest, NSCachedURLResponse; @protocol NSURLProtocolClient; @interface NSURLProtocolInternal : NSObject { id client; NSURLRequest *request; NSCachedURLResponse *cachedResponse; } - (void)dealloc; @end