// // NYTAppDelegate.h // Notifications for YouTube // // Created by Kim Wittenburg on 09.07.13. // Copyright (c) 2013 Kim Wittenburg. All rights reserved. // #import @interface NYTAppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @end