mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 21:13:35 +00:00
16 lines
324 B
Objective-C
16 lines
324 B
Objective-C
//
|
|
// 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
|