If you want to use your own Cocos label class: add any CCLabel — there are many — to your CCScene.
CCLabel * label = [CCLabel labelWithString:@"MyString"
fontName:@"Arial"
fontSize:12.0];
[self addChild:label z:99];
UILabel.. , UILabel , "myapp_delegate.m". , UIView.