mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add nullability annotations to newer APIs that lacked it from the original PR.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user