mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 08:19:28 +00:00
Added plugin settings stub
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
14
MacPass/MPPluginSettingsController.h
Normal file
14
MacPass/MPPluginSettingsController.h
Normal 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
|
||||
Reference in New Issue
Block a user