#import @interface OGComboBoxItem: OFObject { OFString *label; } @property (copy) OFString *label; + comboBoxItemWithLabel: (OFString*)label; - initWithLabel: (OFString*)label; @end