progress on searching auto type candidates

This commit is contained in:
michael starke
2013-11-25 02:39:22 +01:00
parent 4173141108
commit 839c87102c
11 changed files with 317 additions and 187 deletions

View File

@@ -0,0 +1,17 @@
//
// 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