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
     1 //
     2 // Prefix header for clients of MYUtilities.
     3 //
     4 
     5 #ifdef __OBJC__
     6     #import <Foundation/Foundation.h>
     7     #import "Logging.h"
     8     #import "Test.h"
     9     #import "CollectionUtils.h"
    10 #endif