Files
MacPass/MacPass/MPPasswordEditViewController.h
michael starke b3bbcf55fb Removed Create controller. Added change Password controller.
TODO: Add step to set password if file has non on first save!
2013-04-29 01:32:56 +02:00

14 lines
264 B
Objective-C

//
// MPPasswordEditViewController.h
// MacPass
//
// Created by Michael Starke on 29.04.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPPasswordEditViewController : MPViewController
@end