@interface Base @end @interface MyCollection: Base - (id)objectAtIndex:(long)index; @end