YapDatabase/Testing/Benchmarking/BenchmarkYapCache.h

9 lines
149 B
Objective-C

#import <Foundation/Foundation.h>
@interface BenchmarkYapCache : NSObject
+ (void)runTestsWithCompletion:(dispatch_block_t)completionBlock;
@end