mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
16 lines
290 B
Objective-C
16 lines
290 B
Objective-C
//
|
|
// MPAutotypeDelay.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 20/08/14.
|
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "MPAutotypeCommand.h"
|
|
|
|
@interface MPAutotypeDelay : MPAutotypeCommand
|
|
|
|
- (instancetype)initWithDelay:(NSUInteger)delay;
|
|
|
|
@end
|