ObjGUI  OGComboBoxItem.h at [9ca591f16a]

File headers/OGComboBoxItem.h artifact 34922abd90 part of check-in 9ca591f16a


#import <ObjFW/OFString.h>

@interface OGComboBoxItem: OFObject
{
	OFString *label;
}

@property (copy) OFString *label;

+ comboBoxItemWithLabel: (OFString*)label;
- initWithLabel: (OFString*)label;
@end