以下是ViewController实现的片段:-(void)myOtherAwesomeMethod{[selfmyAwesomeMethod];//CompileERRORhere:Receivertypeforinstancemessagedoesnotdeclareamethodwithselector}-(void)myAwesomeMethod{NSLog(@"%@",@"Callingmyawesomemethod...");}-(void)viewDidLoad{[selfmyAwesomeMethod];[selfmyOtherAwesomeMethod];}我的头文件