Update nullability in ASCellNode.h

This commit is contained in:
Adlai Holler
2015-11-09 10:10:37 -08:00
parent 802011ef97
commit bfe3040f57
2 changed files with 6 additions and 5 deletions

View File

@@ -113,7 +113,8 @@ static const CGFloat kFontSize = 18.0f;
{
if (!(self = [super init]))
return nil;
_text = @"";
_textNode = [[ASTextNode alloc] init];
[self addSubnode:_textNode];