objective-c 获取seletor方法的返回类型
摘要:
If this is runtime discovery of the return type, you can use the ObjC runtime API to lookup the method definition, then return type, of a given object method. Specifically the methods:Method class_getInstanceMethod(Class aClass, SEL aSelector)orMethod class_getClassMethod(Class aClass, SEL aSelector 阅读全文
posted @ 2012-08-22 00:00 kiao295338444 阅读(349) 评论(0) 推荐(0) 编辑