Tests-Prefix.pch 252 B

1234567891011121314
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every test case source file.
  5. //
  6. #ifdef __OBJC__
  7. @import Specta;
  8. @import Expecta;
  9. @import FBSnapshotTestCase;
  10. @import Expecta_Snapshots;
  11. #endif