20 lines
384 B
Objective-C
20 lines
384 B
Objective-C
//
|
|
// 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
|