Tests-Prefix.pch 145 B

1234567
  1. // The contents of this file are implicitly included at the beginning of every test case source file.
  2. #ifdef __OBJC__
  3. @import Kiwi;
  4. #endif