objective c - Obj-C, Puzzled by this xcode warning, warning: 'BNColor' may not respond to '+beInit'? -
i've getting warning warning: 'bncolor' may not respond '+beinit'
i'm not sure why.
any ideas ?
have included/imported nsobject+be.h
in bncolor.m
?
also, methods names contain init
, copy
should return objects owned caller, i.e., don’t autorelease them.
Comments
Post a Comment