MYUtilities_Prefix.pch
author snej@snej.local
Sat Apr 04 20:53:53 2009 -0700 (2009-04-04)
changeset 22 a9da6c5d3f7c
permissions -rw-r--r--
* Added MYErrorUtils
* Added AssertAbstractMethod() to Test
* Added .xcconfig files
jens@11
     1
//
jens@11
     2
// Prefix header for clients of MYUtilities.
jens@11
     3
//
jens@11
     4
jens@11
     5
#ifdef __OBJC__
jens@11
     6
    #import <Foundation/Foundation.h>
jens@11
     7
    #import "Logging.h"
jens@11
     8
    #import "Test.h"
jens@11
     9
    #import "CollectionUtils.h"
jens@11
    10
#endif