Why is NSString *location written twice?
Why isn't the property written as: @property location?
This is all explained in the documentation -- see for example
Cocoa > Objective-C Language > The Objective-C 2.0 Programming Language > Properties > Property Declaration and Implementation.
by mmalc — Oct 29
Why isn't the property written as: @property location?
This is all explained in the documentation -- see for example
Cocoa > Objective-C Language > The Objective-C 2.0 Programming Language > Properties > Property Declaration and Implementation.
mmalc