#include #include @implementation NSPopUpButtonCell + (void) initialize { if (self == [NSPopUpButtonCell class]) [self setVersion: 1]; } @end