10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
|
#ifndef Wikipedia_WikipediaUnitTests_Prefix_pch
|
||
|
#define Wikipedia_WikipediaUnitTests_Prefix_pch
|
||
|
|
||
|
@import XCTest;
|
||
|
@import WMF;
|
||
|
#import "WMFTestFixtureUtilities.h"
|
||
|
#import "NSProcessInfo+WMFTestEnvironment.h"
|
||
|
|
||
|
#endif
|