I know this is probably something most people did months ago, but I've started converting some of my older apps to ARC. One thing I noticed, is that sometimes, the converter adds that __strong qualifier to my variable declarations, and sometimes it doesn't. Anyone got any idea why some variables need this and others don't?