PNObject/Example/Tests/Tests-Prefix.pch

9 lines
166 B
Plaintext

// The contents of this file are implicitly included at the beginning of every test case source file.
#ifdef __OBJC__
@import Specta;
@import Expecta;
#endif