mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 09:29:24 +00:00
17 lines
353 B
Objective-C
17 lines
353 B
Objective-C
//
|
|
// MPAutotypeDaemon.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 26.10.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
/**
|
|
* The autotype daemon is repsonsible for registering the globa hotkey and to perform any autotype actions
|
|
*/
|
|
@interface MPAutotypeDaemon : NSObject
|
|
|
|
@end
|