extern int ANTGlobalValue; @interface NewType @end @interface OldType @end @protocol TypeWithMethod -(void) minusPrint; +(void) plusPrint; -(int) getPropertyA; @end