moved views/windows closer to controllers

This commit is contained in:
michael starke
2017-02-02 17:24:42 +01:00
parent ad1734e7f5
commit 03f5ca42a2
10 changed files with 177 additions and 130 deletions

View File

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