mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Cleanup RCTImageLoader weakSelf/strongSelf
Reviewed By: mmmulani Differential Revision: D3542393 fbshipit-source-id: b241586b0da254f688d0e8bdbf7d4ce72dc0d21f
This commit is contained in:
committed by
Facebook Github Bot 8
parent
3816ced49b
commit
ff3ab32a72
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user