16 lines
307 B
Objective-C
16 lines
307 B
Objective-C
//
|
|
// MultiprocessTest.h
|
|
// YapDatabaseTesting
|
|
//
|
|
// Created by Jeremie Girault on 15/02/2016.
|
|
// Copyright © 2016 Robbie Hanson. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface MultiprocessTest : NSObject
|
|
|
|
-(void)run:(NSString*)name specialBehavior:(BOOL)specialBehavior;
|
|
|
|
@end
|