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,18 @@
//
// NYTAppDelegate.m
// Notifications for YouTube
//
// Created by Kim Wittenburg on 09.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import "NYTAppDelegate.h"
@implementation NYTAppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end