mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 20:49:26 +00:00
added sketch files
This commit is contained in:
22
MacPass/MPViewController.m
Normal file
22
MacPass/MPViewController.m
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MPViewController.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 17.02.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
@implementation MPViewController
|
||||
|
||||
- (void)loadView {
|
||||
[super loadView];
|
||||
[self didLoadView];
|
||||
}
|
||||
|
||||
- (void)didLoadView {
|
||||
// override
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user