Files
MacPass/MacPass/MPEntryContextMenuDelegate.h
michael starke 780c8782e6 Updated Localization
Added configureable Table headers in Entry view
2013-07-31 02:50:13 +02:00

14 lines
267 B
Objective-C

//
// MPEntryMenuDelegate.h
// MacPass
//
// Created by Michael Starke on 17.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPEntryContextMenuDelegate : NSObject <NSMenuDelegate>
@end