How can I access class variable inside a NSMutableArray object?
- by ahmet732
I have "Man" class which also has 2 variable : "description" and "name". At a point, I created Man class and initialize with its own variables (description and name) and pass it to NSMutableArray "collector". How can I access description now ? I tried but i could not get the property