Files
MacPass/MacPass/MPToolbarItem.h
michael starke 816fb9f29e Removed unused View stubs
Cleaned the deselectoin/selection behavior on click/select/open/close of databases
2013-03-09 16:13:04 +01:00

14 lines
226 B
Objective-C

//
// MPToolbarItem.h
// MacPass
//
// Created by Michael Starke on 09.03.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPToolbarItem : NSToolbarItem
@end