I have read several of the post about Objective-C method syntax but I guess I don\'t understand multiple names for a method.
I\'m trying to create a method called
for create method:
-(void)mymethods:(NSString *)aCont withsecond:(NSString *)a-second { //method definition... }
for call the method:
[mymethods:self.contoCorrente withsecond:self.asecond];