const char ZXObjectSingleObjectEvent;-(void)receiveObject:(void(^)(id object))sendObject{ objc_setAssociatedObject(self, &ZXObjectSingleObjectEvent, sendObject, OBJC_ASSOCIATION_COPY);}-(void)sendObject:(id)object{ void(^block)(id object) = objc_getAssociated... Read More
posted @ 2013-05-23 09:58
leevaboo
Views(178)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号