I am new to ObjC.
If I want to declare instance variables for private use of my class, do I do that in the .h file of my class inside the curly brackets?
If I just declare a variable in the body of the .m file, will it result in a global variable?
Thanks