Hi,
I need to call the user defined method.But i got error,whats the syntax?
//declaration
-(void) news;
//definition
-(void) news
{
----------
---------
}
calling function
myclass:news;//got error
}
I need to call the user defined method.But i got error,whats the syntax?
//declaration
-(void) news;
//definition
-(void) news
{
----------
---------
}
calling function
myclass:news;//got error
}