第二篇:runtime消息機制筆錄

一.消息發送機制: //類一: @interface Persion : NSObject - (void)walk; - (void)run; @end @implementation Persion - (void)walk{     NSLog(@"%s", __func__); } - (void)run{      NSLog(@"%s", __func__); } //類二: @int
相關文章
相關標籤/搜索