no message

This commit is contained in:
Peter 2016-03-10 00:08:04 +03:00
parent 3cc232e378
commit f9620a013c

View File

@ -63,6 +63,7 @@
} else if ((state.value == nil && next == nil) || [(id<NSObject>)state.value isEqual:next]) {
return @false;
}
state.value = next;
return @true;
}] boolValue];