ObjGUI  Artifact [34922abd90]

Artifact 34922abd907b4efc3b4011662317b97df835b0bd564414ecd6bd6bd2041cb502:


#import <ObjFW/OFString.h>

@interface OGComboBoxItem: OFObject
{
	OFString *label;
}

@property (copy) OFString *label;

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