// // PwdCryptAppDelegate.m // PwdCrypt // // Created by Simon Urbanek on 9/20/12. // Copyright 2012 Simon Urbanek. All rights reserved. // #import "PwdCryptAppDelegate.h" @implementation PwdCryptAppDelegate @synthesize window; - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { // Insert code here to initialize your application } @end