Call the function

Posted by riteshkumar1905 on Stack Overflow See other posts from Stack Overflow or by riteshkumar1905
Published on 2010-04-13T09:50:34Z Indexed on 2010/04/13 9:52 UTC
Read the original article Hit count: 236

Filed under:

How to call the function in Objective-c. for Example:-

I define the function in header (.h file):-

-(void)abc

and implement this function in implementation file( .m file):-

-(void)abc { //..... ///.... }

now how would i call this function on that place where i need it..?????

© Stack Overflow or respective owner

Related posts about objective-c