Added KeePassKit dependency to MacPassTest

This commit is contained in:
michael starke
2016-01-05 10:42:20 +01:00
parent 06d24f4870
commit a51ddbbe1b
9 changed files with 60 additions and 25 deletions

View File

@@ -9,6 +9,8 @@
#import "MPAutotypeCommand.h"
@interface MPAutotypeDelay : MPAutotypeCommand
@property (readonly) NSUInteger delay;
/**
* Creates an DelayCommand that delays the execution for n milliseconds
*