source: branches/rme-x86/aux/cocotron/win32/cocotron/issue488/issue488AppDelegate.h

Last change on this file was 13391, checked in by Gary Palter, 15 years ago

Test case for Cocotron issue 488

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.