// // ICeCoffEELabeledIconCell.h // ICeCoffEE // // Created by Nicholas Riley on 6/8/07. // Copyright 2007 Nicholas Riley. All rights reserved. // #import #import @interface ICeCoffEELabeledIconCell : NSTextFieldCell { @private IconRef iconRef; } + (ICeCoffEELabeledIconCell *)copyFromTextFieldCell:(NSTextFieldCell *)cell; - (void)setIconRef:(IconRef)anIconRef; - (IconRef)iconRef; @end