// // MPAutotypeDaemon.h // MacPass // // Created by Michael Starke on 26.10.13. // Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. // #import /** * The autotype daemon is repsonsible for registering the globa hotkey and to perform any autotype actions */ @interface MPAutotypeDaemon : NSObject @end