Files
MacPass/MacPass/MPToolbarDelegate.h
2013-07-03 23:40:20 +02:00

18 lines
340 B
Objective-C

//
// MPToolbarDelegate.h
// MacPass
//
// Created by michael starke on 18.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@class MPDocumentWindowController;
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
@property (weak) NSToolbarItem *searchItem;
@end