Files
MacPass/MacPass/MPAutotypeKeyPress.m
2013-11-25 02:39:22 +01:00

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