// // TestUtlis.h // libindy-demo // // Created by Kirill Neznamov on 11/05/2017. // Copyright © 2017 Kirill Neznamov. All rights reserved. // #import #import "AnoncredsUtils.h" #import "LedgerUtils.h" #import "PoolUtils.h" #import "SignusUtils.h" #import "WalletUtils.h" #import "AgentUtils.h" #import "SequenceUtils.h" #import "NSDictionary+JSON.h" #import "NSString+Validation.h" #import "NSArray+JSON.h" @interface TestUtils : NSObject + (NSMutableString*) getUserDocumentDir; + (NSMutableString*) getUserTmpDir; + (NSTimeInterval) defaultTimeout; + (NSTimeInterval) shortTimeout; + (NSTimeInterval) longTimeout; + (void) cleanupStorage; @end