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 ?

enter image description here

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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -