// // AppDelegate.h // BaconBarHelper // // Created by Thomas Buck on 28.12.13. // Copyright (c) 2013 xythobuz. All rights reserved. // #import <Cocoa/Cocoa.h> @interface AppDelegate : NSObject <NSApplicationDelegate> @property (assign) IBOutlet NSWindow *window; @end