// // MyTest.h // runtime // // Created by 张星宇 on 16/1/2. // Copyright © 2016年 张星宇. All rights reserved. // #import @interface MethodForwardTest : NSObject - (void)test; @end