NSString-Helper/Example/Pods/Target Support Files/Pods-NSString-Helper_Tests-FBSnapshotTestCase/Pods-NSString-Helper_Tests-FBSnapshotTestCase.modulemap
2015-07-07 15:49:04 +02:00

11 lines
271 B
Plaintext

framework module FBSnapshotTestCase {
umbrella header "Pods-NSString-Helper_Tests-FBSnapshotTestCase-umbrella.h"
export *
module * { export * }
private header "FBSnapshotTestController.h"
private header "UIImage+Compare.h"
private header "UIImage+Diff.h"
}