Why do you write "assign" in a property declaration on an Objective-C class
Anonymous
Because such property will most likely be holding a primitive value such as int, BOOL, or a C struct instead of a pointer to an object.
Check out your Company Bowl for anonymous work chats.