@interface foo - (int)meth; @end @implementation foo - (int) meth { return [self meth]; } @end