When a property is defined in a class, the class is said to have a strong relationship with the property. This means that instances of the class will increase the property’s reference count in ARC. When the instance’s reference count reaches zero and the instance is disposed of, any properties with strong references will be decreased by one.