mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
18 lines
340 B
Objective-C
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
|