Cleanup RCTImageLoader weakSelf/strongSelf

Reviewed By: mmmulani

Differential Revision: D3542393

fbshipit-source-id: b241586b0da254f688d0e8bdbf7d4ce72dc0d21f
This commit is contained in:
Pieter De Baets
2016-07-11 13:23:40 -07:00
committed by Facebook Github Bot 8
parent 3816ced49b
commit ff3ab32a72
2 changed files with 150 additions and 139 deletions

View File

@@ -13,11 +13,9 @@
#import "RCTURLRequestHandler.h"
#import "RCTResizeMode.h"
@class ALAssetsLibrary;
typedef void (^RCTImageLoaderProgressBlock)(int64_t progress, int64_t total);
typedef void (^RCTImageLoaderCompletionBlock)(NSError *error, UIImage *image);
typedef void (^RCTImageLoaderCancellationBlock)(void);
typedef dispatch_block_t RCTImageLoaderCancellationBlock;
@interface UIImage (React)