mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 23:09:32 +00:00
Added custom DocumentController to manipulate open panel
This commit is contained in:
15
MacPass/MPDocumentController.h
Normal file
15
MacPass/MPDocumentController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// MPDocumentController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 31.10.14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPDocumentController : NSDocumentController <NSOpenSavePanelDelegate>
|
||||
|
||||
- (IBAction)toggleAllowAllFilesButton:(id)sender;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user