我有下一段代码,我在其中获取指向实例方法的指针:#import#import@interfaceTestClass:NSObject@end@implementationTestClass-(void)someMethod{//Thisisinstancemethod,it'sokayNSLog(@"Hellofromsomemethod!");}@endintmain(intargc,constchar*argv[]){typedefvoid(*MethodWithoutParams)();MethodWithoutParamssomeMethodImplementation=cla