source:
release/1.9/aux/cocotron/win32/cocotron/issue508/IssueXXXAppDelegate.h
| Last change on this file was 13451, checked in by , 15 years ago | |
|---|---|
| File size: 341 bytes | |
| Line | |
|---|---|
| 1 | // |
| 2 | // IssueXXXAppDelegate.h |
| 3 | // IssueXXX |
| 4 | // |
| 5 | // Created by Gary Palter on 2/18/10. |
| 6 | // Copyright 2010 Clozure Associates. All rights reserved. |
| 7 | // |
| 8 | |
| 9 | #import <Cocoa/Cocoa.h> |
| 10 | |
| 11 | @interface IssueXXXAppDelegate : NSObject |
| 12 | #ifndef WINDOWS |
| 13 | <NSApplicationDelegate> |
| 14 | #endif |
| 15 | { |
| 16 | NSWindow *window; |
| 17 | } |
| 18 | |
| 19 | @property (assign) IBOutlet NSWindow *window; |
| 20 | |
| 21 | @end |
Note:
See TracBrowser
for help on using the repository browser.
