Get the implementation of an Objective-C method.
Function getObjcMethodImp
#include <Geode/utils/ObjcHook.hpp>charconst*className
,charconst*selectorName
)className
The name of the class whose method to get
selectorName
The name of the method to get
The implementation of the method, or an error.