Merge pull request #1635 from Adlai-Holler/MultiplexDownloadProgress

[ASPINRemoteImageDownloader] Call Download Progress Handler
This commit is contained in:
appleguy
2016-05-09 18:20:41 -07:00
4 changed files with 31 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
* @see `+[NSURL URLWithAssetLocalIdentifier:targetSize:contentMode:options:]` below.
*/
@property (nonatomic, strong) PHImageManager *imageManager;
@property (nullable, nonatomic, strong) PHImageManager *imageManager;
#endif
@end