]> git.saurik.com Git - apple/security.git/blob - tests/secdmockaks/mockaksxcbase.h
Security-59306.11.20.tar.gz
[apple/security.git] / tests / secdmockaks / mockaksxcbase.h
1 //
2 // mockaksxcbase.h
3 // Security
4 //
5
6 #ifndef mockaksxcbase_h
7 #define mockaksxcbase_h
8
9 #import <XCTest/XCTest.h>
10
11 @interface mockaksxcbase : XCTestCase
12 @property NSString *testHomeDirectory;
13 @property long lockCounter;
14
15 - (NSString*)createKeychainDirectoryWithSubPath:(NSString*)subpath;
16
17 @end
18
19 #endif /* mockaksxcbase_h */