Reports missing attributes (assign, retain, weak, strong or copy) for object properties.
When ARC (Automatic Reference Counting) is not used, a compiler warning appears when one of these attributes is missing. By default, in non-ARC mode, the compiler assumes that the properties have the assign attribute.