CCMenuItem is a class from the popular Cocos2d engine.
CCMenuItem is a class from the popular Cocos2d engine. It is used as an item of a CCMenu.
CCMenuItem itself has minimal functionality, its subclasses are used to create the different types of menus such as CCMenuItemImage and CCMenuItemFont.
CCMenuItem inherits from CCNode and as such can be transformed using CCActions or manually using the properties of CCNode.
Documentation cocos2d-iphone 1.1,
http://www.cocos2d-iphone.org/api-ref/1.1.0/interface_c_c_menu_item.html
Documentation cocos2d-iphone 2.0,
http://www.cocos2d-iphone.org/api-ref/2.0.0/interface_c_c_menu_item.html