xref: /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/AppDelegate.h (revision e366c154b69cf29c88be23f768f0f07dd2b3250c)
1 //
2 //  AppDelegate.h
3 //  PETSc cocoa example
4 //
5 //  Created by Barry Smith on 8/2/12.
6 //  Copyright (c) 2012 Barry Smith. All rights reserved.
7 //
8 
9 #import <Cocoa/Cocoa.h>
10 
11 @interface AppDelegate : NSObject <NSApplicationDelegate>
12 
13 @property (assign) IBOutlet NSWindow *window;
14 
15 @end
16