ASSIGN in initWithCoder:

This commit is contained in:
Gregory John Casamento 2020-01-17 17:45:41 -05:00
parent 810232cdad
commit 7ba1d5f570

View file

@ -53,7 +53,7 @@ NSAppearance *__currentAppearance = nil;
}
else
{
_name = [coder decodeObject];
ASSIGN(_name, [coder decodeObject]);
[coder decodeValueOfObjCType: @encode(BOOL) at: &_allowsVibrancy];
}
return self;