iphone - i have error for importing class related issue..already import class but "unknown type name" in xib project ios -


i import class in class. got error when try create object of class. error got unknown type name "classname"

for example image attached

error in example

you have circular dependency/include. think import welcomepage1 in yourplan class use forward declaration (@class yourplan;) rather #importing header.

either use @class yourplan or import in .m file


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -