> On Jan 13, 2017, at 9:46 AM, Sean McBride <[email protected]> wrote:
>
> Anyone ever seen nil passed to isEqual:? Is the SDK declaration maybe wrong?
Check the class documentation, not just the header. The parameter is declared
as:
anObject The object to be compared to the receiver. May be nil,
in which case this method returns NO.
So yes, the parameter should be declared as `nullable`.
—Jens
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]