• This project
    • Loading...
  • Sign in

ios / Masonry · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • Masonry
  • MasonryTests
  • MasonryTests-Prefix.pch
  • accept array in equality blocks
    7adb6801
    by Jonas Budelmann
    2013-07-28 20:47:06 +1000  
    Browse Files
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