9 lines
106 B
Objective-C
9 lines
106 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface BenchmarkYapDatabase : NSObject
|
|
|
|
+ (void)startTests;
|
|
|
|
@end
|