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

15
MacPass/MPAppDelegate.h Normal file
View File

@@ -0,0 +1,15 @@
//
// MPAppDelegate.h
// MacPass
//
// Created by Michael Starke on 19.07.12.
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end