mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
18 lines
258 B
Objective-C
18 lines
258 B
Objective-C
//
|
|
// MPAutotypeSpecialKey.m
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 24/11/13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPAutotypeKeyPress.h"
|
|
|
|
@implementation MPAutotypeKeyPress
|
|
|
|
- (void)execute {
|
|
|
|
}
|
|
|
|
@end
|