Files
MacPass/MacPass/MPPluginDataViewController.h
2017-02-03 16:36:54 +01:00

14 lines
283 B
Objective-C

//
// MPPluginDataViewController.h
// MacPass
//
// Created by Michael Starke on 02/02/2017.
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPPluginDataViewController : MPViewController <NSTableViewDelegate>
@end