码迷,mamicode.com
首页 > 其他好文 > 详细

Method

时间:2017-07-07 15:35:34      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:eth   time   sel   pes   method   types   ble   bsp   char   

runtime.h

 

objc_class

 

typedef struct objc_method *Method;

struct objc_method {

    SEL method_name                                          OBJC2_UNAVAILABLE;

    char *method_types                                       OBJC2_UNAVAILABLE;

    IMP method_imp                                           OBJC2_UNAVAILABLE;

}                                                            OBJC2_UNAVAILABLE;

 

Method

标签:eth   time   sel   pes   method   types   ble   bsp   char   

原文地址:http://www.cnblogs.com/feng9exe/p/7132122.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!