mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
17 lines
284 B
Objective-C
17 lines
284 B
Objective-C
//
|
|
// MPAutotypeDaemon.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 15.08.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface MPAutotypeDaemon : NSObject
|
|
|
|
- (void)processEvent;
|
|
- (void)sendKeystrokes;
|
|
|
|
@end
|