Fix nullability of ASMultiplexImageNode.imageManager

This commit is contained in:
Adlai Holler
2016-05-07 15:16:52 -07:00
parent fab117b824
commit 654518b2b9

View File

@@ -123,7 +123,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