mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 09:59:32 +00:00
Experimented with URL draggin and Entry creationg
This commit is contained in:
13
MacPass/MPDocumentWindowDelegate.h
Normal file
13
MacPass/MPDocumentWindowDelegate.h
Normal 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
|
||||
Reference in New Issue
Block a user