On 6/24/2013 11:03 AM, Steven Schveighoffer wrote: > All data members in Objective-C are private. So the object can control when it > gives out this data, and take appropriate actions. AFAIK, ARC does not worry > about internal pointers. Hmm, that's a good thought. (But recall that modules allow access to private members.)