One thing that developers who are new to Objective-C will notice immediately are the number of null keywords. We have a choice of:
Under the hood there isn't much difference between these (as of this writing they are all defined exactly the same way), but by convention they have some subtle variations, and they have some odd behavior around them that it pays to understand.