Files
MacPass/MacPass/MPAutotypeClear.h
2014-12-01 17:42:35 +01:00

14 lines
240 B
Objective-C

//
// MPAutotypeClear.h
// MacPass
//
// Created by Michael Starke on 20/08/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import "MPAutotypeCommand.h"
@interface MPAutotypeClear : MPAutotypeCommand
@end