Added Toolbar. No functionality implemented

This commit is contained in:
michael starke
2013-02-18 16:33:11 +01:00
parent 94ec1ccde3
commit 93928c376e
8 changed files with 415 additions and 418 deletions

View File

@@ -0,0 +1,13 @@
//
// MPToolbarDelegate.h
// MacPass
//
// Created by michael starke on 18.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
@end