Misc. cleanup

This commit is contained in:
Alexsander Akers
2015-03-26 16:46:13 +00:00
parent 8bed1ef732
commit 415d756f5c
8 changed files with 4 additions and 29 deletions

View File

@@ -12,8 +12,6 @@
#import "RCTCache.h"
#import "RCTUtils.h"
// TODO: something a bit more sophisticated
typedef void (^RCTCachedDataDownloadBlock)(BOOL cached, NSData *data, NSError *error);
@implementation RCTImageDownloader