Files
MacPass/MacPass/MPPasswordInputController.h
2013-11-17 23:59:36 +01:00

16 lines
284 B
Objective-C

//
// MPPasswordInputController.h
// MacPass
//
// Created by Michael Starke on 17.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPViewController.h"
@interface MPPasswordInputController : MPViewController
- (void)requestPassword;
@end