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,14 @@
//
// main.m
// Notifications for YouTube
//
// Created by Kim Wittenburg on 09.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}