@class NSError, NSString, NWURLSessionTaskConfiguration, NWURLSessionReadRequest, NSURLResponse, NSURLCache, NSURLProtocol, NSURLRequest, NSObject; @protocol OS_dispatch_queue, OS_sec_trust, OS_dispatch_data, OS_nw_connection, NWURLLoaderClient; @interface NWURLLoader : NSObject { BOOL _complete; NSURLRequest *_request; NWURLSessionTaskConfiguration *_configuration; id _client; NSObject *_queue; Class _protocolClass; NSURLCache *_cache; NSURLProtocol *_protocol; unsigned long long _cacheStoragePolicy; NSObject *_dataToCache; unsigned long long _maxItemSizeToCache; id /* block */ _awaitingResponse; NSURLResponse *_response; NWURLSessionReadRequest *_readRequest; NSError *_error; } @property (readonly, nonatomic) NSObject *peerTrust; @property (readonly, nonatomic) BOOL allowsWrite; @property (readonly, nonatomic) NSObject *underlyingConnection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)start:(id /* block */)a0; - (void)stop; - (void).cxx_destruct; - (void)responseIsMixed; - (void)URLProtocol:(id)a0 cachedResponseIsValid:(id)a1; - (void)URLProtocol:(id)a0 didCancelAuthenticationChallenge:(id)a1; - (void)URLProtocol:(id)a0 didFailWithError:(id)a1; - (void)URLProtocol:(id)a0 didLoadData:(id)a1; - (void)URLProtocol:(id)a0 didReceiveAuthenticationChallenge:(id)a1; - (void)URLProtocol:(id)a0 didReceiveResponse:(id)a1 cacheStoragePolicy:(unsigned long long)a2; - (void)URLProtocol:(id)a0 wasRedirectedToRequest:(id)a1 redirectResponse:(id)a2; - (void)URLProtocolDidFinishLoading:(id)a0; - (void)readDataOfMinimumIncompleteLength:(unsigned long long)a0 maximumLength:(unsigned long long)a1 completionHandler:(id /* block */)a2; - (void)readResponse:(id /* block */)a0; - (void)updateClient:(id)a0; - (void)writeData:(id)a0 complete:(BOOL)a1 completionHandler:(id /* block */)a2; @end