+ (BOOL)resolveClassMethod:(SEL)sel?? //为类方法进行决议
+(BOOL)resolveInstanceMethod:(SEL)sel? //为对象方法进行决议
参考自:http://08643.cn/p/b2c6313fda98
消息转发步骤
//消息转发崩溃步骤? 运行时方式类方法跟实力方法找不到方法不闪退 针对forwardingTargetForSelector跟methodSignatureForSelector进行方法替换
resolveInstanceMethod → forwardingTargetForSelector →methodSignatureForSelector