How can I call a method written in class1 to class2 ?

Posted by srikanth rongali on Stack Overflow See other posts from Stack Overflow or by srikanth rongali
Published on 2010-03-24T06:55:33Z Indexed on 2010/03/24 7:03 UTC
Read the original article Hit count: 207

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch