ProFUSE-Image-Opener/Image Opener/Image_OpenerAppDelegate.m

21 lines
394 B
Objective-C

//
// Image_OpenerAppDelegate.m
// Image Opener
//
// Created by Kelvin Sherlock on 3/1/2011.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import "Image_OpenerAppDelegate.h"
@implementation Image_OpenerAppDelegate
@synthesize window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end