Files
MacPass/MacPass/MPAutotypeCommand.m
michael starke c7b5bdac74 Added Autotype stubbs
Some changes to handle remebering key files in the password input
2013-11-16 00:07:14 +01:00

18 lines
261 B
Objective-C

//
// MPAutotypeCommand.m
// MacPass
//
// Created by Michael Starke on 10/11/13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "MPAutotypeCommand.h"
@implementation MPAutotypeCommand
- (void)execute {
// todo;
}
@end