Introduced OutlineViewController to modularize code

This commit is contained in:
michael starke
2013-02-19 03:30:36 +01:00
parent 93928c376e
commit 1f05b0eaba
12 changed files with 1300 additions and 1498 deletions

View File

@@ -0,0 +1,13 @@
//
// MPOutlineViewController.h
// MacPass
//
// Created by michael starke on 19.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPOutlineViewController : MPViewController
@end