// // AtomicityAppDelegate.h // Atomicity // // Created by Chris Wanstrath on 8/18/11. // Copyright 2011 GitHub. All rights reserved. // #import @interface AtomicityAppDelegate : NSObject { IBOutlet id webView; NSWindow *window; } @property (assign) IBOutlet id webView; @property (assign) IBOutlet NSWindow *window; @end