@@ -103,12 +103,12 @@ + (IMP)instanceMethodForSelector: (SEL)selector; /** * Replaces a method implementation with another implementation. * + * \param newimp The new implementation for the method * \param selector The selector of the method to replace - * \param imp The new implementation for the method * \return The old implementation */ + (IMP)setImplementation: (IMP)newimp forMethod: (SEL)selector;