MasonryTests-Prefix.pch 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 // // Prefix header for all source files of the 'MasonryTests' target in the 'Masonry' project // #ifdef __OBJC__ #import <Foundation/Foundation.h> #import "Specta.h" #define EXP_SHORTHAND #import "Expecta.h" #endif