YapDatabase/Testing/Benchmarking/BenchmarkYapDatabase.h

9 lines
152 B
Objective-C

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