Added plugin settings stub

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-11-09 20:22:27 +01:00
parent 3f287e1de8
commit 4dcc983a41
12 changed files with 335 additions and 121 deletions

View File

@@ -0,0 +1,14 @@
//
// 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