I'm building a game with cocos2d (for iPad) and I would like to know if a class exists, in objective-c or cocos2d that allows me to import another class (written in objective-c).
During the game-session, this has to be compiled in a dynamic way and the methods of this class have to be used in the game to implement it.
I've found the NSBundle of objective-c but they can't be used in this way for iPad.
Can you give me some advice, If you know a solution with cocos2d or library of objective-c? if there is no solution a parser may be possible?