#import "plant.h" @interface Annual : Plant { @private int lifespan; } - (id) initWithPosition:(int)p andGrowthRate:(int)gr andLifespan:(int)ls andLifecycle:(NSString *)s; @end