mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 11:29:31 +00:00
Added {CLEARFIELD} to autotype commands. Stubbs for {DELAY X}
This commit is contained in:
15
MacPass/MPAutotypeDelay.h
Normal file
15
MacPass/MPAutotypeDelay.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user