Added Autotype stubbs

Some changes to handle remebering key files in the password input
This commit is contained in:
michael starke
2013-11-16 00:07:14 +01:00
parent 3e56f2269d
commit c7b5bdac74
10 changed files with 100 additions and 6 deletions

View File

@@ -10,4 +10,8 @@
@interface MPAutotypeCommand : NSObject
@property (copy) NSString *commandString;
- (void)execute;
@end