mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 02:49:23 +00:00
14 lines
283 B
Objective-C
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
|