14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
//
|
|
// Prefix header
|
|
//
|
|
// The contents of this file are implicitly included at the beginning of every test case source file.
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
|
|
#define EXP_SHORTHAND
|
|
#import <Specta/Specta.h>
|
|
#import <Expecta/Expecta.h>
|
|
|
|
#endif
|