Skip to content

Instantly share code, notes, and snippets.

@quellish
Created January 26, 2016 23:38
Show Gist options
  • Save quellish/3d561436418303c4fccc to your computer and use it in GitHub Desktop.
Save quellish/3d561436418303c4fccc to your computer and use it in GitHub Desktop.
ProbedURLCache1.m
#import "ProbedURLCache.h"
@implementation ProbedURLCache
- (nullable NSCachedURLResponse *)cachedResponseForRequest:(NSURLRequest *)request {
return [super cachedResponseForRequest:request];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment