// // NSPopUpButton+Images.h // // Created by Konstantine Prevas on 11/26/06. // // The source code in this file is available in the public domain. Permission is granted to use, // modify, or distribute it; however, it is provided "as is" and without warranties as to performance or merchantability. // #import @interface NSPopUpButton(Images) - (void)insertImages; @end