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