Пример #1
0
CCActionInterval* CCShine::reverse() {
    return (CCActionInterval*)copyWithZone(NULL)->autorelease();
}
Пример #2
0
Object* Object::copy()
{
    return copyWithZone(0);
}
Пример #3
0
CCObject* CCObject::copy()
{
	return copyWithZone(NULL);
}