Files
MacPass/MacPass/MPWelcomeViewController.h
Michael Starke 66118d50c3 Welcome window now displays a list of recent documents.
also the window now gets closed when a document is loaded
2018-09-28 16:49:11 +02:00

18 lines
347 B
Objective-C

//
// MPWelcomeWindowViewController.h
// MacPass
//
// Created by Michael Starke on 28.09.18.
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface MPWelcomeViewController : NSViewController <NSTableViewDataSource, NSTableViewDelegate>
@end
NS_ASSUME_NONNULL_END