zl程序教程

您现在的位置是:首页 >  其它

当前栏目

Method

method
2023-09-11 14:18:46 时间

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;