Initial Commit
This commit is contained in:
18
Notifications for YouTube/NYTAppDelegate.m
Normal file
18
Notifications for YouTube/NYTAppDelegate.m
Normal 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
|
||||
Reference in New Issue
Block a user