Add nullability annotations to newer APIs that lacked it from the original PR.

This commit is contained in:
Scott Goodson
2015-12-25 15:35:52 -08:00
parent 882d4b336e
commit c6fa897dc2
4 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ typedef UIView * _Nonnull(^ASDisplayNodeViewBlock)();
/**
* UIView creation block. Used to create the backing view of a new display node.
*/
typedef UIViewController *(^ASDisplayNodeViewControllerBlock)();
typedef UIViewController * _Nonnull(^ASDisplayNodeViewControllerBlock)();
/**
* CALayer creation block. Used to create the backing layer of a new display node.