mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 11:29:31 +00:00
Fixed delay/vkey pattern matching, fixed another time conversion error
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
#import "MPAutotypeCommand.h"
|
||||
|
||||
@interface MPAutotypeDelay : MPAutotypeCommand
|
||||
|
||||
/**
|
||||
* Creates an DelayCommand that delays the execution for n milliseconds
|
||||
*
|
||||
* @param delay Delay in milliseconds
|
||||
*
|
||||
* @return <#return value description#>
|
||||
*/
|
||||
- (instancetype)initWithDelay:(NSUInteger)delay;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user