Files
MacPass/MacPass/MPDocumentController.h
2014-11-01 15:20:58 +01:00

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