source: release/1.6/aux/cocotron/win32/cocotron/issue488/issue488AppDelegate.m

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

Test case for Cocotron issue 488

File size: 462 bytes
Line 
1//
2// issueXXXAppDelegate.m
3// issueXXX
4//
5// Created by Gary Palter on 1/15/10.
6// Copyright 2010 Clozure Associates. All rights reserved.
7//
8
9#import "issue488AppDelegate.h"
10
11@implementation issue488AppDelegate
12
13@synthesize window;
14
15- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
16 // Insert code here to initialize your application
17}
18
19- (void)backOrForward:(id)sender {
20 NSLog(@"backOrForward: invoked by %@", sender);
21}
22
23@end
Note: See TracBrowser for help on using the repository browser.