Files
MacPass/MacPass/MPPluginSettingsController.h
michael starke 4dcc983a41 Added plugin settings stub
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-11-09 20:22:27 +01:00

15 lines
301 B
Objective-C

//
// MPPluginSettingsController.h
// MacPass
//
// Created by Michael Starke on 09/11/15.
// Copyright © 2015 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
#import "MPSettingsTab.h"
@interface MPPluginSettingsController : MPViewController <MPSettingsTab>
@end