NSDate_Utils/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase.modulemap
2015-12-22 13:58:16 +01:00

16 lines
339 B
Plaintext

framework module FBSnapshotTestCase {
umbrella header "FBSnapshotTestCase.h"
export *
module * { export * }
header "FBSnapshotTestCase.h"
header "FBSnapshotTestCasePlatform.h"
header "FBSnapshotTestController.h"
private header "UIImage+Compare.h"
private header "UIImage+Diff.h"
private header "UIImage+Snapshot.h"
}