void doSomething(int arg); @interface Base - (void)doIt:(int)arg; @end