Initial Commit

This commit is contained in:
michael starke
2012-07-19 15:59:00 +02:00
commit 55b2910183
9 changed files with 5005 additions and 0 deletions

20
MacPass/MPAppDelegate.m Normal file
View File

@@ -0,0 +1,20 @@
//
// MPAppDelegate.m
// MacPass
//
// Created by Michael Starke on 19.07.12.
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
//
#import "MPAppDelegate.h"
@implementation MPAppDelegate
@synthesize window = _window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end