Skip to content

Instantly share code, notes, and snippets.

View tomandersen's full-sized avatar

Tom Andersen tomandersen

View GitHub Profile
@tomandersen
tomandersen / NoNSURLCache.h
Created December 18, 2015 23:14
No NSURLCache - for testing/debug/no cache helps figure out caching bugs/etc.
//
// NoNSURLCache.h
// NoNSURLCache
//
//
#import <Foundation/Foundation.h>
@interface NoNSURLCache : NSURLCache
{