mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Remove nonnull and nuulable annotations in ASViewController. Travis don't recognize them (yet).
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
ASDisplayNodeAssertNotNil(node, @"Node must not be nil");
|
||||
ASDisplayNodeAssertTrue(!node.layerBacked);
|
||||
_node = node;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user