Weak

public abstract @interface Weak implements Annotation

Annotation that indicates a variable has a weak relationship to its owner. The variable will be declared with the __unsafe_unretained annotation.

Inherited Method Summary