// // ICeCoffEEMenuOutlineView.h // ICeCoffEE // // Created by Nicholas Riley on 3/2/08. // Copyright 2008 Nicholas Riley. All rights reserved. // #import @interface ICeCoffEEMenuOutlineView : NSOutlineView { NSWindow *mainWindow; // not retained } - (BOOL)shouldUseActiveHighlight; @end