@interface Animal : NSObject
{
// ...
}
@end
@interface Dog : Animal
@interface Lab : Dog
@interface Collie : Dog
@interface Cat : Animal