iOS 4.3: imp_implementationWithBlock()
iOS 4.3: imp_implementationWithBlock()iOS 4.3 has a new objc api: adding method implementations using blocks. I tried to do the same once using libffi but never had the patience to finish it. This is a prettier solution anyway.