
Objc_setAssociatedObject(self, &xoAssociationKey, newValue, objc_AssociationPolicy(OBJC_ASSOCIATION_RETAIN)) Return objc_getAssociatedObject(self, &xoAssociationKey) as? PFObject


Objc_setAssociatedObject(self, "initialPath", newValue, UInt(OBJC_ASSOCIATION_RETAIN)) Return objc_getAssociatedObject(self, "initialPath") as CGPathRef Objc_setAssociatedObject(self, "shapeLayer", newValue, UInt(OBJC_ASSOCIATION_RETAIN)) Return objc_getAssociatedObject(self, "shapeLayer") as? CAShapeLayer
