Files
MacPass/MacPass/MPAppDelegate.h
2012-12-10 15:07:59 +01:00

16 lines
273 B
Objective-C

//
// MPAppDelegate.h
// MacPass
//
// Created by Michael Starke on 19.07.12.
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@class MPDatabaseDocument;
@interface MPAppDelegate : NSObject <NSApplicationDelegate>
@end