MasonryTests-Prefix.pch 373 B

123456789101112131415161718
  1. //
  2. // Prefix header for all source files of the 'MasonryTests' target in the 'Masonry' project
  3. //
  4. #ifdef __OBJC__
  5. #import <Foundation/Foundation.h>
  6. #define EXP_SHORTHAND
  7. #import "XCTest+Spec.h"
  8. #import "Expecta.h"
  9. #import "MASUtilities.h"
  10. #if __MAC_OS_X_VERSION_MAX_ALLOWED <= 1070
  11. #import "NSObject+MASSubscriptSupport.h"
  12. #endif
  13. #endif