123456789101112131415161718 |
- //
- // Prefix header for all source files of the 'MasonryTests' target in the 'Masonry' project
- //
- #ifdef __OBJC__
- #import <Foundation/Foundation.h>
- #define EXP_SHORTHAND
- #import "XCTest+Spec.h"
- #import "Expecta.h"
- #import "MASUtilities.h"
- #if __MAC_OS_X_VERSION_MAX_ALLOWED <= 1070
- #import "NSObject+MASSubscriptSupport.h"
- #endif
- #endif
|