- I have tried to declare a var in .pch file but it gives error of undeclared identifier at the place it used. Am I missing some thing or is there any other way to use global vars.
- I don't want to create a separate class for that.
- A global var shouldn't be constant (i.e. that should be get and set)
Any help is appreciated. Thanks.]1