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