Tests-Prefix.pch 175 B

12345678
  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. @import FBSnapshotTestCase;
  5. #endif