// // 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