Hi!
I have a class named MyClass. And in the file MyClass.m I start the coding with this line:
extern MyClass *gMyClass;
and I got this error:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
What's the problem? What do you think?