PNPullToRefresh/Example/Tests/Tests-Prefix.pch
2016-04-27 17:16:50 +02:00

11 lines
225 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;
@import FBSnapshotTestCase;
@import Expecta_Snapshots;
#endif