mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 14:49:30 +00:00
Initial Commit
This commit is contained in:
20
MacPass/MPAppDelegate.m
Normal file
20
MacPass/MPAppDelegate.m
Normal 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
|
||||
Reference in New Issue
Block a user