source:
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEETestWController.h@
185
Last change on this file since 185 was 66, checked in by , 20 years ago | |
---|---|
File size: 307 bytes |
Line | |
---|---|
1 | // |
2 | // ICeCoffEETestWController.h |
3 | // ICeCoffEE |
4 | // |
5 | // Created by Nicholas Riley on Mon Jan 28 2002. |
6 | // Copyright (c) 2001 Nicholas Riley. All rights reserved. |
7 | // |
8 | |
9 | #import <AppKit/AppKit.h> |
10 | |
11 | |
12 | @interface ICeCoffEETestWController : NSWindowController { |
13 | |
14 | } |
15 | |
16 | - (IBAction)toggleDrawer:(NSButton *)sender; |
17 | |
18 | @end |
Note:
See TracBrowser
for help on using the repository browser.