Under ARC, when declaring a 'strong' property, is it necessary to explicitly declare it strong?
I have seen much code that does so and wondered if I was missing something?
Since strong is the implicit, default behaviour for all properties, are there any cases where the strong attribute should be explicitly mentioned?