#import #import #import "animal.h" @interface Bird : Animal { @protected int dir; } - (id) initWithLocation:(int)l andWorldSize:(int)sz; @end