add osx tool draft
This commit is contained in:
19
tools/Quickdev16/Quickdev16AppDelegate.m
Normal file
19
tools/Quickdev16/Quickdev16AppDelegate.m
Normal 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
|
||||
Reference in New Issue
Block a user