source:
branches/rme-x86/aux/cocotron/win32/cocotron/issue488/issue488AppDelegate.h
| Last change on this file was 13391, checked in by , 15 years ago | |
|---|---|
| File size: 329 bytes | |
| Line | |
|---|---|
| 1 | // |
| 2 | // issueXXXAppDelegate.h |
| 3 | // issueXXX |
| 4 | // |
| 5 | // Created by Gary Palter on 1/15/10. |
| 6 | // Copyright 2010 Clozure Associates. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import <Cocoa/Cocoa.h> |
| 10 | |
| 11 | @interface issue488AppDelegate : NSObject { |
| 12 | NSWindow *window; |
| 13 | } |
| 14 | |
| 15 | @property (assign) IBOutlet NSWindow *window; |
| 16 | |
| 17 | - (void)backOrForward:(id)sender; |
| 18 | |
| 19 | @end |
Note:
See TracBrowser
for help on using the repository browser.
