// // ICeCoffEETestWController.h // ICeCoffEE // // Created by Nicholas Riley on Mon Jan 28 2002. // Copyright (c) 2001 Nicholas Riley. All rights reserved. // #import @interface ICeCoffEETestWController : NSWindowController { } - (IBAction)toggleDrawer:(NSButton *)sender; @end