mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
15 lines
301 B
Objective-C
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
|