1

Initial Commit

This commit is contained in:
Codello
2013-07-09 11:21:51 +02:00
commit 7d4f001502
9 changed files with 5098 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// NYTAppDelegate.h
// Notifications for YouTube
//
// Created by Kim Wittenburg on 09.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NYTAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end