add osx tool draft

This commit is contained in:
optixx
2009-09-01 08:14:28 +02:00
parent 5e31bc1946
commit 0b81db48e3
23 changed files with 6345 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
//
// Quickdev16AppDelegate.m
// Quickdev16
//
// Created by David Voswinkel on 09-08-31.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
#import "Quickdev16AppDelegate.h"
@implementation Quickdev16AppDelegate
@synthesize window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
}
@end