pub const OBJC_ASSOCIATION_RETAIN_NONATOMIC: objc_AssociationPolicy = 1;
Expand description
Specifies a strong reference to the associated object.
The association is not made atomically.
pub const OBJC_ASSOCIATION_RETAIN_NONATOMIC: objc_AssociationPolicy = 1;
Specifies a strong reference to the associated object.
The association is not made atomically.