@property ( atomic, assign ) Object *object1;
@property ( nonatomic, assign ) Object *object2;
What is default setting? I know that 'nonatomic' is default setting on iPhone programming.
On the Mac programming? Is that the same?
Thank you for reading this question.