How can I call a method written in class1 to class2 ?
- by srikanth rongali
I have class1.m . I declared a method and written in it. Now i need to call it into another class. How can I make it? Can we use extern for it like we use for variables.
Thank you.