Experimented with URL draggin and Entry creationg

This commit is contained in:
michael starke
2013-07-26 02:12:09 +02:00
parent 4172d10aa7
commit b96810db1b
11 changed files with 562 additions and 426 deletions

View File

@@ -0,0 +1,13 @@
//
// MPDocumentWindowDelegate.h
// MacPass
//
// Created by Michael Starke on 25.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPDocumentWindowDelegate : NSObject <NSWindowDelegate, NSDraggingDestination>
@end