// // CCRuntime.h // CCFC // // Created by xichen on 11-12-30. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #import <objc/runtime.h> @interface CCRuntime : NSObject { } // get the var of the obj + (Ivar)getObjVar:(id)obj varname:(const char *)varname ret:(void **)ret; @end可能有更新:
googlecode链接地址: http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCRuntime.h
googlecode链接地址: http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCRuntime.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCRuntime.h
本文详细解读了CCRuntime.h文件的结构和使用方法,包括如何获取对象变量及文件的更新历史。提供了Google Code和GitHub链接以供进一步查阅。

被折叠的 条评论
为什么被折叠?



