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