Created
January 26, 2016 23:38
-
-
Save quellish/3d561436418303c4fccc to your computer and use it in GitHub Desktop.
ProbedURLCache1.m
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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