| 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.