开发者

C file not showing in code hinting

I've got an iphone project that I've added a .c file and corresponding 开发者_StackOverflow.h file.

In my app delegate I do the normal #include "MyCfile.h".

But when I try to create a variable of type "MyCfile" it doesnt appear in the code hinting. It's almost like xcode doesnt know it's there.

What am I doing wrong?


Is there an actual class or struct named MyCfile ? Just having a source file by this name doesn't do anything; you didn't mention a class so I'm going to assume you just haven't defined one in that header file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜